| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 14 | class NotificationTemplateResource extends Resource |
||
| 15 | { |
||
| 16 | protected static ?string $model = NotificationTemplate::class; |
||
| 17 | protected static string|null|\BackedEnum $navigationIcon = 'heroicon-o-document-text'; |
||
|
|
|||
| 18 | protected static string|null|\UnitEnum $navigationGroup = 'Notifier'; |
||
| 19 | protected static ?int $navigationSort = 4; |
||
| 20 | |||
| 21 | public static function form(\Filament\Schemas\Schema $schema): \Filament\Schemas\Schema |
||
| 22 | { |
||
| 23 | return NotificationTemplateForm::configure($schema); |
||
| 24 | } |
||
| 25 | |||
| 26 | public static function table(Table $table): Table |
||
| 27 | { |
||
| 28 | return NotificationTemplateTable::configure($table); |
||
| 29 | } |
||
| 30 | |||
| 31 | public static function getPages(): array |
||
| 37 | ]; |
||
| 38 | } |
||
| 39 | } |
||
| 40 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths