Skip to content

Commit

Permalink
Update CreateCommand.php (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Mar 16, 2024
1 parent 4866e84 commit 6cdd84b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Commands/CreateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ private function runChecks(): self
{
$this->call('powergrid:update');

$this->call('powergrid:check-dependencies');
if (PHP_OS_FAMILY !== 'Windows') {
$this->call('powergrid:check-dependencies');
}

return $this;
}
Expand Down

0 comments on commit 6cdd84b

Please sign in to comment.