Merge pull request #5823 from turbo124/v5-develop
Fixes for failed migration blade
This commit is contained in:
commit
c4bd6b2338
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue