Neuordnung des SuperAdminBackends
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace App\Filament\Resources;
|
||||
|
||||
use App\Exports\PurchaseHistoryExporter;
|
||||
use App\Filament\Clusters\WeeklyOps\WeeklyOpsCluster;
|
||||
use App\Filament\Resources\PurchaseHistoryResource\Pages;
|
||||
use App\Models\PurchaseHistory;
|
||||
use BackedEnum;
|
||||
@@ -21,13 +22,15 @@ class PurchaseHistoryResource extends Resource
|
||||
{
|
||||
protected static ?string $model = PurchaseHistory::class;
|
||||
|
||||
protected static ?string $cluster = WeeklyOpsCluster::class;
|
||||
|
||||
protected static BackedEnum|string|null $navigationIcon = 'heroicon-o-receipt-refund';
|
||||
|
||||
protected static ?int $navigationSort = 20;
|
||||
|
||||
public static function getNavigationGroup(): string
|
||||
{
|
||||
return __('admin.nav.billing');
|
||||
return __('admin.nav.commercial');
|
||||
}
|
||||
|
||||
public static function form(Schema $form): Schema
|
||||
|
||||
Reference in New Issue
Block a user