Allow lazy loading
This commit is contained in:
parent
b2c4e5ec97
commit
790f725342
|
|
@ -99,6 +99,6 @@ class AppServiceProvider extends ServiceProvider
|
||||||
SeatingLimit::observe(SeatingLimitObserver::class);
|
SeatingLimit::observe(SeatingLimitObserver::class);
|
||||||
EntryFlag::observe(EntryFlagObserver::class);
|
EntryFlag::observe(EntryFlagObserver::class);
|
||||||
|
|
||||||
Model::preventLazyLoading(! app()->isProduction());
|
// Model::preventLazyLoading(! app()->isProduction());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue