Fixes type in error message
This commit is contained in:
parent
56aabf0d15
commit
c98a6d5912
|
@ -64,7 +64,7 @@ class AuthenticationController extends ActionController
|
|||
$config = Config::app('authentication');
|
||||
} catch (NotReadableError $e) {
|
||||
throw new ConfigurationError(
|
||||
$this->translate('Could not read your authentiction.ini, no authentication methods are available.'),
|
||||
$this->translate('Could not read your authentication.ini, no authentication methods are available.'),
|
||||
0,
|
||||
$e
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue