mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-21 15:53:45 +02:00
Apply php-cs-fixer changes
This commit is contained in:
@@ -58,9 +58,6 @@ class ServerTransfer extends Model
|
||||
'archived' => 'bool',
|
||||
];
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
public static array $validationRules = [
|
||||
'server_id' => 'required|numeric|exists:servers,id',
|
||||
'old_node' => 'required|numeric',
|
||||
|
||||
Reference in New Issue
Block a user