Procházet zdrojové kódy

fix: missing View service

CoreyAndres před 5 roky
rodič
revize
cad6e83f10
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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