mirror of
https://github.com/flarum/core.git
synced 2025-07-17 23:01:17 +02:00
@@ -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',
|
||||
]
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user