mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update laravel + filament & improve agent deny
This commit is contained in:
@@ -9,4 +9,9 @@ use Filament\Resources\Pages\CreateRecord;
|
||||
class CreateAgentAllow extends CreateRecord
|
||||
{
|
||||
protected static string $resource = AgentAllowResource::class;
|
||||
|
||||
public function afterCreate()
|
||||
{
|
||||
clear_agent_allow_deny_cache();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user