Namespaces
This commit is contained in:
@@ -9,7 +9,7 @@ use VExim\Groups\Filament\Resources\Pages\ListGroups;
|
||||
use VExim\Groups\Filament\Resources\Schemas\GroupForm;
|
||||
use VExim\Groups\Filament\Resources\Tables\GroupsTable;
|
||||
use Illuminate\Database\Eloquent\Builder;
|
||||
use Vexim\Groups\Models\Group;
|
||||
use VExim\Groups\Models\Group;
|
||||
use App\Models\Domain;
|
||||
use BackedEnum;
|
||||
use Filament\Resources\Resource;
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ namespace VExim\Groups;
|
||||
|
||||
use Filament\Contracts\Plugin;
|
||||
use Filament\Panel;
|
||||
use Vexim\Groups\Filament\Resources\GroupResource;
|
||||
use VExim\Groups\Filament\Resources\GroupResource;
|
||||
|
||||
class GroupPlugin implements Plugin
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ namespace VExim\Groups;
|
||||
|
||||
use Filament\Panel;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
use Vexim\Groups\Console\InstallGroupModule;
|
||||
use VExim\Groups\Console\InstallGroupModule;
|
||||
|
||||
class GroupServiceProvider extends ServiceProvider
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user