Merge pull request #5823 from turbo124/v5-develop

Fixes for failed migration blade
This commit is contained in:
David Bomba 2021-05-26 13:02:57 +10:00 committed by GitHub
commit c4bd6b2338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,9 @@
<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 {!! $exception->getMessage() !!}
{!! $content !!}
@else @else
{!! $exception->getMessage() !!} {!! $exception->getMessage() !!}
{!! $content !!} {!! $content !!}