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 96564d7 commit 450a41dCopy full SHA for 450a41d
resources/stubs/action.stub
@@ -4,7 +4,7 @@ declare(strict_types=1);
4
5
use DragonCode\LaravelActions\Action;
6
7
-return new class () extends Action
+return new class extends Action
8
{
9
/**
10
* Run the actions.
0 commit comments