mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
feat(ssh-keys): add ssh key endpoints and ui components
This commit is contained in:
@@ -45,7 +45,7 @@ class AuditLog extends Model
|
||||
/**
|
||||
* @var string[]
|
||||
*/
|
||||
public static $validationRules = [
|
||||
public static array $validationRules = [
|
||||
'uuid' => 'required|uuid',
|
||||
'action' => 'required|string|max:191',
|
||||
'subaction' => 'nullable|string|max:191',
|
||||
|
||||
Reference in New Issue
Block a user