mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:14:28 -04: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