Skip to content

Commit c4e83b4

Browse files
committed
wip
1 parent 141a87d commit c4e83b4

51 files changed

Lines changed: 28 additions & 513 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/Filament/Resources/Recommendations/RecommendationResource.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,20 @@ class RecommendationResource extends Resource
1818
{
1919
protected static ?string $model = Recommendation::class;
2020

21+
protected static ?int $navigationSort = 4;
22+
2123
protected static ?string $recordTitleAttribute = 'title';
2224

25+
public static function getModelLabel(): string
26+
{
27+
return __('recommendation.label.singular');
28+
}
29+
30+
public static function getPluralModelLabel(): string
31+
{
32+
return __('recommendation.label.plural');
33+
}
34+
2335
public static function getEloquentQuery(): Builder
2436
{
2537
return parent::getEloquentQuery()

app/Http/Middleware/RedirectToDashboard.php

Lines changed: 0 additions & 22 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)