diff --git a/src/Alerts.php b/src/Alerts.php index 8479388..cac5443 100644 --- a/src/Alerts.php +++ b/src/Alerts.php @@ -23,8 +23,8 @@ ***/ use CodeIgniter\Config\BaseConfig; -use CodeIgniter\Config\Services; use CodeIgniter\View\RendererInterface; +use Config\Services; use Tatter\Alerts\Exceptions\AlertsException; /*** CLASS ***/ diff --git a/src/Config/Services.php b/src/Config/Services.php index 75aa049..83882d0 100644 --- a/src/Config/Services.php +++ b/src/Config/Services.php @@ -1,20 +1,22 @@