Files
nexusphp/app/Filament/Resources/System/AgentAllowResource/Pages/CreateAgentAllow.php
2022-06-27 01:39:01 +08:00

13 lines
315 B
PHP

<?php
namespace App\Filament\Resources\System\AgentAllowResource\Pages;
use App\Filament\Resources\System\AgentAllowResource;
use Filament\Pages\Actions;
use Filament\Resources\Pages\CreateRecord;
class CreateAgentAllow extends CreateRecord
{
protected static string $resource = AgentAllowResource::class;
}