mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 06:13:45 +02:00
Apply php-cs-fixer changes
This commit is contained in:
@@ -21,9 +21,6 @@ class Setting extends Model
|
||||
*/
|
||||
protected $fillable = ['key', 'value'];
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
public static array $validationRules = [
|
||||
'key' => 'required|string|between:1,191',
|
||||
'value' => 'string',
|
||||
|
||||
Reference in New Issue
Block a user