Migration failed messaging
This commit is contained in:
parent
17cc6b810c
commit
c8df3f1298
1 changed files with 2 additions and 3 deletions
|
|
@ -7,12 +7,11 @@
|
|||
<p>Looks like your migration failed. Here's the error message:</p>
|
||||
|
||||
<pre>
|
||||
@if(\App\Utils\Ninja::isHosted())
|
||||
@if(\App\Utils\Ninja::isSelfHost())
|
||||
{!! $exception->getMessage() !!}
|
||||
{!! $content !!}
|
||||
@else
|
||||
{!! $exception->getMessage() !!}
|
||||
{!! $content !!}
|
||||
<p>Please contact us at contact@invoiceninja.com for more information on this error.</p>
|
||||
@endif
|
||||
</pre>
|
||||
@endcomponent
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue