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>
<pre>
@if(Ninja::isHosted())
@if(\App\Utils\Ninja::isHosted())
There was a problem with your migration, please send us an email contact@invoiceninja.com
@else
{!! $exception->getMessage() !!}