mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-08 10:39:27 +01:00
run pint
This commit is contained in:
parent
280bef5251
commit
3c6ec63381
@ -3,10 +3,10 @@
|
||||
namespace App\Facades;
|
||||
|
||||
use App\Models\Plugin;
|
||||
use Illuminate\Http\UploadedFile;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
use App\Services\Helpers\PluginService;
|
||||
use Filament\Panel;
|
||||
use Illuminate\Http\UploadedFile;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
/**
|
||||
* @method static void loadPlugins()
|
||||
|
||||
@ -10,8 +10,8 @@ use Exception;
|
||||
use Filament\Schemas\Components\Component;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Support\Arr;
|
||||
use Illuminate\Support\Str;
|
||||
use Illuminate\Support\Facades\File;
|
||||
use Illuminate\Support\Str;
|
||||
use JsonException;
|
||||
use Sushi\Sushi;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user