Skip to content

Commit 7c71a46

Browse files
committed
Update RemoveDirectoryCommand.php
1 parent a953936 commit 7c71a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/app/Commands/RemoveDirectoryCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
5252

5353
return $scheme->removeDirectory($dirname);
5454

55-
});
55+
}, true);
5656

5757
$output->writeln(json_encode($result, 480));
5858

0 commit comments

Comments
 (0)