Model::preventLazyLoading(! $this->app->isProduction());Attempted to lazy load [customer] on model [App\Models\Reply] but lazy loading is disabled.protected $with = ['customer']; inside Model, but it's not a great solution IMO, so what should be the best way to eager load the relationship->modifyQueryUsing() and load relationship. it's working now, thanks