mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:07:32 -05:00 
			
		
		
		
	Fix for regression in Handler.php
This commit is contained in:
		
							parent
							
								
									3f16f05b05
								
							
						
					
					
						commit
						d1d525cef0
					
				@ -36,7 +36,6 @@ use Symfony\Component\Console\Exception\CommandNotFoundException;
 | 
				
			|||||||
use Symfony\Component\Debug\Exception\FatalThrowableError;
 | 
					use Symfony\Component\Debug\Exception\FatalThrowableError;
 | 
				
			||||||
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
 | 
					use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
 | 
				
			||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
 | 
					use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
 | 
				
			||||||
use Illuminate\Validation\ValidationException;
 | 
					 | 
				
			||||||
use Throwable;
 | 
					use Throwable;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class Handler extends ExceptionHandler
 | 
					class Handler extends ExceptionHandler
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user