mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Migration failed messaging
This commit is contained in:
parent
17cc6b810c
commit
c8df3f1298
@ -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…
x
Reference in New Issue
Block a user