Skip to content

Commit

Permalink
fix: rename default path
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuftaufiq committed Apr 7, 2022
1 parent 6ba8d9f commit 73597be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/GenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ public function __construct(
* @return void
*/
public function __invoke(
$dir = './',
$dir = '/./',
$controller = [],
$model = [],
$output = './ide-helper.php'
$output = '/./ide-helper.php'
) {
$this->readerService->setDirectory($dir);

Expand Down

0 comments on commit 73597be

Please sign in to comment.