mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Apply php-cs-fixer changes
This commit is contained in:
@@ -21,9 +21,6 @@ class DatabaseHost extends Model
|
||||
*/
|
||||
public const RESOURCE_NAME = 'database_host';
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
protected bool $immutableDates = true;
|
||||
|
||||
/**
|
||||
@@ -61,8 +58,6 @@ class DatabaseHost extends Model
|
||||
|
||||
/**
|
||||
* Validation rules to assign to this model.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public static array $validationRules = [
|
||||
'name' => 'required|string|max:191',
|
||||
|
||||
Reference in New Issue
Block a user