Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | class Page extends Model implements CustomFieldSupport { |
||
23 | |||
24 | protected static array $casting = [ |
||
25 | 'ExcludeFromSiteMap' => 'boolval' |
||
26 | ]; |
||
27 | |||
28 | /** |
||
29 | * @return string |
||
30 | */ |
||
31 | public function model(): string |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * @return Pages |
||
38 | */ |
||
39 | public function getService(): Pages |
||
44 |