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>
|
<p>Looks like your migration failed. Here's the error message:</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
@if(Ninja::isHosted())
|
@if(\App\Utils\Ninja::isHosted())
|
||||||
There was a problem with your migration, please send us an email contact@invoiceninja.com
|
{!! $exception->getMessage() !!}
|
||||||
|
{!! $content !!}
|
||||||
@else
|
@else
|
||||||
{!! $exception->getMessage() !!}
|
{!! $exception->getMessage() !!}
|
||||||
{!! $content !!}
|
{!! $content !!}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user