mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
parent
2225fdec72
commit
a3cbec25db
|
@ -135,7 +135,7 @@ class InstallCommand extends AbstractCommand
|
|||
'database' => 'required|string',
|
||||
'username' => 'required|string',
|
||||
'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