Files
nexusphp/app/Filament/Pages/RunCommand.php

15 lines
315 B
PHP
Raw Normal View History

<?php
namespace App\Filament\Pages;
use Filament\Pages\Page;
class RunCommand extends Page
{
protected static string | \BackedEnum | null $navigationIcon = 'heroicon-o-document-text';
protected string $view = 'filament.pages.run-command';
protected static bool $shouldRegisterNavigation = false;
}