jqh 5 anni fa
parent
commit
13ed5d818a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Scaffold/stubs/controller.stub

+ 1 - 1
src/Scaffold/stubs/controller.stub

@@ -93,7 +93,7 @@ class DummyClass extends Controller
      */
     protected function detail($id)
     {
-        return Admin::show($id, new DummyMode, function () {
+        return Admin::show($id, new DummyModel, function (Show $show) {
             {show}
         });
     }