Skip to content

Commit

Permalink
remove unused fill property
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana authored Oct 29, 2023
1 parent 5b7d5e1 commit 78c8c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System/Integrate/ValueObjects/CommandMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class CommandMap implements \ArrayAccess
/** @var array<string, string|string[]|(array<string, string|bool|int|null>)|(callable(string): bool)> */
private $command = [
'cmd' => '',
'mode' => 'full',
'mode' => '',
'class' => '',
'fn' => '',
];
Expand Down

0 comments on commit 78c8c74

Please sign in to comment.