diff --git a/src/SupportAutoInjectedAssets.php b/src/SupportAutoInjectedAssets.php index a7c0c94..7011867 100644 --- a/src/SupportAutoInjectedAssets.php +++ b/src/SupportAutoInjectedAssets.php @@ -34,7 +34,7 @@ public static function provide() $assetsHead .= sprintf('', file_get_contents(base_path('vendor/wire-elements/wire-spy/dist/wire-spy.min.css')))."\n"; $assetsBody .= sprintf('', $cacheId)."\n"; - $assetsBody .= Blade::render('
'); + $assetsBody .= Blade::render('
'); } if ($assetsHead === '' && $assetsBody === '') {