liaofei 2 лет назад
Родитель
Сommit
61e948e4bc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      crmeb/crmeb/services/crud/Controller.php

+ 1 - 1
crmeb/crmeb/services/crud/Controller.php

@@ -109,7 +109,7 @@ class Controller extends Make
      * @email 136327134@qq.com
      * @date 2023/3/13
      */
-    protected function getStub(string $type = '')
+    protected function getStub(string $type = 'controller')
     {
         $controllerPath = __DIR__ . DS . 'stubs' . DS . 'controller' . DS;