From e70a38a0c73edf503a3ccfe48e930d63991ed891 Mon Sep 17 00:00:00 2001 From: Brandon Date: Wed, 20 Dec 2023 21:37:11 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20the=20AbstractModule=20nam?= =?UTF-8?q?espace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AcornPretty.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AcornPretty.php b/src/AcornPretty.php index 9844149..ce172a8 100644 --- a/src/AcornPretty.php +++ b/src/AcornPretty.php @@ -4,6 +4,7 @@ use Illuminate\Support\Collection; use Roots\Acorn\Application; +use Roots\AcornPretty\Modules\AbstractModule; class AcornPretty {