Skip to content

Commit c200cc1

Browse files
Update running.md
1 parent 9ec0b68 commit c200cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/how-to-use/running.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ use DragonCode\LaravelActions\Action;
150150
return new class () extends Action
151151
{
152152
/** @var string|array|null */
153-
protected $except_environment = 'production';
153+
protected $exceptEnvironment = 'production';
154154

155155
public function __invoke(): void
156156
{
@@ -167,7 +167,7 @@ use DragonCode\LaravelActions\Action;
167167
return new class () extends Action
168168
{
169169
/** @var string|array|null */
170-
protected $except_environment = ['testing', 'staging'];
170+
protected $exceptEnvironment = ['testing', 'staging'];
171171

172172
public function __invoke(): void
173173
{

0 commit comments

Comments
 (0)