Skip to content

Commit a953936

Browse files
committed
Update MakeDirectoryCommand.php
1 parent b299454 commit a953936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/app/Commands/MakeDirectoryCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
5050
$scheme = $ydb->scheme();
5151

5252
return $scheme->makeDirectory($dirname);
53-
});
53+
}, true);
5454

5555
$output->writeln(json_encode($result, 480));
5656

0 commit comments

Comments
 (0)