Skip to content

Commit b299454

Browse files
committed
Update ListEndpointsCommand.php
1 parent da3165d commit b299454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/app/Commands/ListEndpointsCommand.php

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

4848
return $discovery->listEndpoints();
4949

50-
});
50+
}, true);
5151

5252
$output->writeln(json_encode($result, 480));
5353

0 commit comments

Comments
 (0)