mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #5823 from turbo124/v5-develop
Fixes for failed migration blade
This commit is contained in:
commit
c4bd6b2338
@ -7,8 +7,9 @@
|
||||
<p>Looks like your migration failed. Here's the error message:</p>
|
||||
|
||||
<pre>
|
||||
@if(Ninja::isHosted())
|
||||
There was a problem with your migration, please send us an email contact@invoiceninja.com
|
||||
@if(\App\Utils\Ninja::isHosted())
|
||||
{!! $exception->getMessage() !!}
|
||||
{!! $content !!}
|
||||
@else
|
||||
{!! $exception->getMessage() !!}
|
||||
{!! $content !!}
|
||||
|
Loading…
x
Reference in New Issue
Block a user