Skip to content

Commit 450a41d

Browse files
Fixed code-style
1 parent 96564d7 commit 450a41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/stubs/action.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ declare(strict_types=1);
44

55
use DragonCode\LaravelActions\Action;
66

7-
return new class () extends Action
7+
return new class extends Action
88
{
99
/**
1010
* Run the actions.

0 commit comments

Comments
 (0)