Skip to content

Commit af63ed2

Browse files
authored
Merge pull request #364 from Greenelf/patch-3
Update CreateControllerPanelCommand.php
2 parents b8fdb31 + 3d18a5b commit af63ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serverfireteam/Panel/Commands/CreateControllerPanelCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function getStub()
3636
return __DIR__.'/stubs/controller.plain.stub';
3737
}
3838

39-
return base_path().'/vendor/serverfireteam/panel/src/Serverfireteam/Panel/stubs/panelController.stub';
39+
return __DIR__.'/../stubs/panelController.stub';
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)