mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-04-12 04:16:15 -04:00
12 lines
273 B
PHP
12 lines
273 B
PHP
<?php
|
|
|
|
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
|
|
|
|
namespace Icinga\Module\Icingadb\Model\Behavior;
|
|
|
|
/**
|
|
* @deprecated Use {@see \ipl\Orm\Behavior\BoolCast} instead. This will be removed with version 1.3.0
|
|
*/
|
|
class BoolCast extends \ipl\Orm\Behavior\BoolCast
|
|
{
|
|
}
|