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 9ec0b68 commit c200cc1Copy full SHA for c200cc1
docs/getting-started/how-to-use/running.md
@@ -150,7 +150,7 @@ use DragonCode\LaravelActions\Action;
150
return new class () extends Action
151
{
152
/** @var string|array|null */
153
- protected $except_environment = 'production';
+ protected $exceptEnvironment = 'production';
154
155
public function __invoke(): void
156
@@ -167,7 +167,7 @@ use DragonCode\LaravelActions\Action;
167
168
169
170
- protected $except_environment = ['testing', 'staging'];
+ protected $exceptEnvironment = ['testing', 'staging'];
171
172
173
0 commit comments