wip
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace App\Filament\Resources\Users;
|
||||
|
||||
use UnitEnum;
|
||||
use App\Filament\Resources\Users\Pages\CreateUser;
|
||||
use App\Filament\Resources\Users\Pages\EditUser;
|
||||
use App\Filament\Resources\Users\Pages\ListUsers;
|
||||
@@ -13,12 +12,13 @@ use BackedEnum;
|
||||
use Filament\Resources\Resource;
|
||||
use Filament\Schemas\Schema;
|
||||
use Filament\Tables\Table;
|
||||
use UnitEnum;
|
||||
|
||||
class UserResource extends Resource
|
||||
{
|
||||
protected static ?string $model = User::class;
|
||||
|
||||
protected static string | UnitEnum | null $navigationGroup = 'Sazlamalar';
|
||||
protected static string|UnitEnum|null $navigationGroup = 'Sazlamalar';
|
||||
|
||||
protected static ?string $navigationLabel = 'Ulanyjylar';
|
||||
|
||||
@@ -30,7 +30,7 @@ class UserResource extends Resource
|
||||
|
||||
protected static ?int $navigationSort = 1;
|
||||
|
||||
protected static string|BackedEnum|null $navigationIcon = 'heroicon-o-user-group';
|
||||
protected static string|BackedEnum|null $navigationIcon = 'heroicon-o-user-group';
|
||||
|
||||
public static function form(Schema $schema): Schema
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user