Fixes for failed migration blade

This commit is contained in:
David Bomba 2021-05-26 13:01:55 +10:00
parent c195c57298
commit 68047bf84d

View File

@ -7,7 +7,7 @@
<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 There was a problem with your migration, please send us an email contact@invoiceninja.com
@else @else
{!! $exception->getMessage() !!} {!! $exception->getMessage() !!}