mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 14:27:29 -04:00 
			
		
		
		
	- Refactored exceptions - Changed failed.blade.php - Removed report() method from exceptions - Added new force flag for MigrationController.php
		
			
				
	
	
		
			8 lines
		
	
	
		
			114 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			114 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| Whoops!
 | |
| Looks like your migration failed.
 | |
| 
 | |
| <pre>
 | |
|     {!! $exception->getMessage() !!}
 | |
|     {!! $content !!}
 | |
| </pre>
 |