mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:24:29 -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());
|
app()->instance(TruthSource::class, new TruthSource());
|
||||||
|
|
||||||
|
|
||||||
Model::preventLazyLoading(
|
// Model::preventLazyLoading(
|
||||||
!$this->app->isProduction()
|
// !$this->app->isProduction()
|
||||||
);
|
// );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user