mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Multi-db support
This commit is contained in:
parent
e560186bd6
commit
ba90b3bcea
@ -354,7 +354,7 @@ class AppController extends BaseController
|
|||||||
Artisan::call('ninja:init-lookup', ['--validate' => true]);
|
Artisan::call('ninja:init-lookup', ['--validate' => true]);
|
||||||
return RESULT_SUCCESS;
|
return RESULT_SUCCESS;
|
||||||
} catch (Exception $exception) {
|
} catch (Exception $exception) {
|
||||||
return RESULT_FAILURE;
|
return $exception->getMessage() ?: RESULT_FAILURE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user