We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664ec9f commit 29bb220Copy full SHA for 29bb220
src/Makes/Stubs/make-action.stub
@@ -5,8 +5,8 @@ namespace {{ namespace }};
5
use {{ rootNamespace }}Contracts\Action;
6
7
/**
8
- *
9
- */
+ *
+ */
10
final class {{ class }} extends Action
11
{
12
src/Makes/Stubs/make-task.stub
use {{ rootNamespace }}Contracts\Task;
final class {{ class }} extends Task
0 commit comments