Multi-db support
This commit is contained in:
parent
e560186bd6
commit
ba90b3bcea
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ class AppController extends BaseController
|
|||
Artisan::call('ninja:init-lookup', ['--validate' => true]);
|
||||
return RESULT_SUCCESS;
|
||||
} catch (Exception $exception) {
|
||||
return RESULT_FAILURE;
|
||||
return $exception->getMessage() ?: RESULT_FAILURE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue