mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:27:31 -05:00 
			
		
		
		
	Multi-db support
This commit is contained in:
		
							parent
							
								
									e560186bd6
								
							
						
					
					
						commit
						ba90b3bcea
					
				@ -354,7 +354,7 @@ class AppController extends BaseController
 | 
			
		||||
            Artisan::call('ninja:init-lookup', ['--validate' => true]);
 | 
			
		||||
            return RESULT_SUCCESS;
 | 
			
		||||
        } catch (Exception $exception) {
 | 
			
		||||
            return RESULT_FAILURE;
 | 
			
		||||
            return $exception->getMessage() ?: RESULT_FAILURE;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user