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 519ab01 commit 664ec9fCopy full SHA for 664ec9f
src/Makes/Stubs/make-action.stub
@@ -4,6 +4,9 @@ namespace {{ namespace }};
4
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