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 18, 2024
2 parents 5462768 + 2875563 commit 016b427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MediaPickerPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
namespace Vormkracht10\MediaPicker;

use Closure;
use Filament\Panel;
use Filament\Contracts\Plugin;
use Filament\Panel;
use Filament\Support\Assets\Css;
use Filament\Support\Concerns\EvaluatesClosures;
use Filament\Support\Facades\FilamentAsset;
use Illuminate\Support\Facades\Config;
use Vormkracht10\MediaPicker\Models\Media;
use Filament\Support\Facades\FilamentAsset;
use Filament\Support\Concerns\EvaluatesClosures;
use Vormkracht10\MediaPicker\Resources\MediaResource;

class MediaPickerPlugin implements Plugin
Expand Down

0 comments on commit 016b427

Please sign in to comment.