| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 14 | class NotificationChannelResource extends Resource |
||
| 15 | { |
||
| 16 | protected static ?string $model = NotificationChannel::class; |
||
| 17 | protected static string|null|\BackedEnum $navigationIcon = 'heroicon-o-envelope'; |
||
|
|
|||
| 18 | protected static string|null|\UnitEnum $navigationGroup = 'Notifier'; |
||
| 19 | protected static ?int $navigationSort = 3; |
||
| 20 | |||
| 21 | public static function form(\Filament\Schemas\Schema $schema): \Filament\Schemas\Schema |
||
| 22 | { |
||
| 23 | return NotificationChannelForm::configure($schema); |
||
| 24 | } |
||
| 25 | |||
| 26 | public static function table(Table $table): Table |
||
| 29 | } |
||
| 30 | |||
| 31 | public static function getPages(): array |
||
| 37 | ]; |
||
| 38 | } |
||
| 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