| 1 | <?php |
||
| 8 | class Id extends FilterContract |
||
| 9 | { |
||
| 10 | public $id; |
||
| 11 | |||
| 12 | public static $queryName = 'ida'; |
||
| 13 | |||
| 14 | public function apply(Builder $query): Builder |
||
| 18 | |||
| 19 | public function options() |
||
| 23 | |||
| 24 | public function rules() |
||
| 30 | |||
| 31 | // ToDo: This is mandatory. should be fixed |
||
| 32 | // protected $cast = 'integer'; |
||
| 33 | } |
||
| 34 |