1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
invoiceninja/resources/views/email/migration/failed.blade.php
David Bomba 280271718b
Migration improvements: (#3428)
- Refactored exceptions
- Changed failed.blade.php
- Removed report() method from exceptions
- Added new force flag for MigrationController.php
2020-03-06 07:30:32 +11:00

8 lines
114 B
PHP

Whoops!
Looks like your migration failed.
<pre>
{!! $exception->getMessage() !!}
{!! $content !!}
</pre>