Jelajahi Sumber

fix: missing View service

CoreyAndres 5 tahun lalu
induk
melakukan
cad6e83f10
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      app/container.php

+ 1 - 0
app/container.php

@@ -3,6 +3,7 @@
 declare(strict_types=1);
 
 use Slim\Container;
+use App\Services\View;
 
 /**
  * Container Builder