diff --git a/src/Views/Concerns/WithSeo.php b/src/Views/Concerns/WithSeo.php index bf1b4df..e116dc8 100644 --- a/src/Views/Concerns/WithSeo.php +++ b/src/Views/Concerns/WithSeo.php @@ -2,6 +2,8 @@ namespace Foxws\WireUse\Views\Concerns; +use Artesaos\SEOTools\Facades\SEOMeta; + trait WithSeo { public function bootWithSeo(): void