package and depencies
This commit is contained in:
@@ -26,7 +26,7 @@ final class ConsoleCommandEvent extends ConsoleEvent
|
||||
/**
|
||||
* Indicates if the command should be run or skipped.
|
||||
*/
|
||||
private $commandShouldRun = true;
|
||||
private bool $commandShouldRun = true;
|
||||
|
||||
/**
|
||||
* Disables the command, so it won't be run.
|
||||
|
Reference in New Issue
Block a user