Skip to content

Commit

Permalink
Merge branch 'main' of github.com:vormkracht10/filament-media-picker
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Dec 7, 2024
2 parents a0c3559 + 1bf391e commit 88b01a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/media-picker.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
'navigation_count_badge' => false,
'resource' => \Vormkracht10\MediaPicker\Resources\MediaResource::class,
],
];
];
4 changes: 1 addition & 3 deletions src/Resources/MediaResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

use Filament\Facades\Filament;
use Filament\Forms\Components\Section;
use Filament\Forms\Components\Select;
use Filament\Forms\Form;
use Filament\Forms\Get;
use Filament\Resources\Resource;
use Filament\Tables;
use Filament\Tables\Columns\IconColumn;
Expand Down Expand Up @@ -141,4 +139,4 @@ public static function getPages(): array
'edit' => MediaResource\EditMedia::route('/{record}/edit'),
];
}
}
}

0 comments on commit 88b01a3

Please sign in to comment.