assetHashService = $assetHashService; } /** * Provide access to the asset service in the views. * * @param \Illuminate\View\View $view */ public function compose(View $view) { $view->with('asset', $this->assetHashService); } }