mirror of
https://github.com/flarum/core.git
synced 2025-08-03 06:57:54 +02:00
Improve installer validation
Very rough, but works for now. The basic premise being that we need to collect all user data before we proceed with installation.
This commit is contained in:
@@ -19,6 +19,8 @@ class ValidationException extends Exception implements JsonApiSerializable
|
||||
public function __construct(array $messages)
|
||||
{
|
||||
$this->messages = $messages;
|
||||
|
||||
parent::__construct(implode("\n", $messages));
|
||||
}
|
||||
|
||||
public function getMessages()
|
||||
|
Reference in New Issue
Block a user