mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
migration script
# Conflicts: # app/Filament/Resources/Torrent/AnnounceLogResource.php
This commit is contained in:
@@ -6,9 +6,9 @@ use Filament\Pages\Page;
|
||||
|
||||
class RunCommand extends Page
|
||||
{
|
||||
protected static ?string $navigationIcon = 'heroicon-o-document-text';
|
||||
protected static string | \BackedEnum | null $navigationIcon = 'heroicon-o-document-text';
|
||||
|
||||
protected static string $view = 'filament.pages.run-command';
|
||||
protected string $view = 'filament.pages.run-command';
|
||||
protected static bool $shouldRegisterNavigation = false;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user