mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:07:32 -05:00 
			
		
		
		
	Disable lazy load blocker
This commit is contained in:
		
							parent
							
								
									fabf8e0bae
								
							
						
					
					
						commit
						c2ec39dc4c
					
				@ -71,9 +71,9 @@ class AppServiceProvider extends ServiceProvider
 | 
			
		||||
        app()->instance(TruthSource::class, new TruthSource());
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        Model::preventLazyLoading(
 | 
			
		||||
            !$this->app->isProduction()
 | 
			
		||||
        );
 | 
			
		||||
        // Model::preventLazyLoading(
 | 
			
		||||
        //     !$this->app->isProduction()
 | 
			
		||||
        // );
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user