瀏覽代碼

fix: missing View service

CoreyAndres 5 年之前
父節點
當前提交
cad6e83f10
共有 1 個文件被更改,包括 1 次插入0 次删除
  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