Skip to content

Commit f36e556

Browse files
author
Andrey Helldar
committed
Updated action.stub
1 parent adacd4d commit f36e556

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

resources/stub/action.stub

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@ use Helldar\LaravelActions\Support\Actionable;
44

55
final class DummyClass extends Actionable
66
{
7+
/**
8+
* Run the actions.
9+
*
10+
* @return void
11+
*/
712
public function up(): void
813
{
914
//
1015
}
1116

17+
/**
18+
* Reverse the actions.
19+
*
20+
* @return void
21+
*/
1222
public function down(): void
1323
{
1424
//

0 commit comments

Comments
 (0)