icingadb-web/library/Icingadb/Model/Behavior/BoolCast.php

13 lines
273 B
PHP
Raw Permalink Normal View History

<?php
2020-03-13 03:38:01 -04:00
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
2019-11-04 19:07:30 -05:00
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
{
}