mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-21 07:43:45 +02:00
feat(ssh-keys): add ssh key endpoints and ui components
This commit is contained in:
@@ -70,7 +70,7 @@ class EggVariable extends Model
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
public static $validationRules = [
|
||||
public static array $validationRules = [
|
||||
'egg_id' => 'exists:eggs,id',
|
||||
'name' => 'required|string|between:1,191',
|
||||
'description' => 'string',
|
||||
|
||||
Reference in New Issue
Block a user