mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
app: update models
This commit is contained in:
@@ -38,7 +38,7 @@ class Location extends Model
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public static $validationRules = [
|
||||
public static array $validationRules = [
|
||||
'short' => 'required|string|between:1,60|unique:locations,short',
|
||||
'long' => 'string|nullable|between:1,191',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user