Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
localusercamp committed Mar 13, 2021
1 parent 519ab01 commit 664ec9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Makes/Stubs/make-action.stub
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ namespace {{ namespace }};

use {{ rootNamespace }}Contracts\Action;

/**
*
*/
final class {{ class }} extends Action
{
/**
Expand Down
3 changes: 3 additions & 0 deletions src/Makes/Stubs/make-task.stub
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ namespace {{ namespace }};

use {{ rootNamespace }}Contracts\Task;

/**
*
*/
final class {{ class }} extends Task
{
/**
Expand Down

0 comments on commit 664ec9f

Please sign in to comment.