fix: perbaiki type navigationGroup MemberDue, tambah MemberDuePolicy, update PermissionSeeder untuk iuran, update README deployment
This commit is contained in:
@@ -17,7 +17,7 @@ class PostResource extends Resource
|
||||
{
|
||||
protected static ?string $model = Post::class;
|
||||
protected static string|\BackedEnum|null $navigationIcon = 'heroicon-o-newspaper';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Konten';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Blog';
|
||||
protected static ?string $navigationLabel = 'Post';
|
||||
|
||||
// Label dinamis sesuai role
|
||||
|
||||
Reference in New Issue
Block a user