Skip to content

Commit e4dc05c

Browse files
committed
Testing wmic fix
1 parent 56a42cc commit e4dc05c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Commands/ShareCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ protected function ensureEnvironmentSetup(): void
178178

179179
protected function isWmicAvailable(): bool
180180
{
181+
return true;
181182
$output = [];
182183
$exitCode = 0;
183184

0 commit comments

Comments
 (0)