icingadb-web/library/Icingadb/Model/Behavior/BoolCast.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
{
}