mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Change from \Log::error() to info()
This commit is contained in:
parent
b35eddd54b
commit
8ca30a590f
@ -152,7 +152,7 @@ class Handler extends ExceptionHandler
|
|||||||
parent::report($exception);
|
parent::report($exception);
|
||||||
|
|
||||||
if (Ninja::isSelfHost() && $exception instanceof MissingAppKeyException) {
|
if (Ninja::isSelfHost() && $exception instanceof MissingAppKeyException) {
|
||||||
\Log::error('To setup the app run "cp .env.example .env" followed by "php artisan key:generate"');
|
info('To setup the app run "cp .env.example .env" followed by "php artisan key:generate"');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user