mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 15:43:59 +08:00
parent
b8544c120d
commit
76a439ca37
|
@ -135,7 +135,7 @@ class InstallCommand extends AbstractCommand
|
||||||
'database' => 'required|string',
|
'database' => 'required|string',
|
||||||
'username' => 'required|string',
|
'username' => 'required|string',
|
||||||
'prefix' => 'alpha_dash|max:10',
|
'prefix' => 'alpha_dash|max:10',
|
||||||
'port' => 'required|integer|min:1|max:65535',
|
'port' => 'integer|min:1|max:65535',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user