jqh пре 6 година
родитељ
комит
13ed5d818a
1 измењених фајлова са 1 додато и 1 уклоњено
  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}
         });
     }