Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
petersowah committed Aug 7, 2022
1 parent 20df263 commit 16a16e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/Commands/Init.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ class Init extends Command
/**
* @return string
*/
public function getConfigPath()
public function getConfigPath(): string
{
return $this->config_path;
}

/**
* Get path of config file
*/
public function getConfigFile()
public function getConfigFile(): string
{
return $this->getConfigPath() . '/db-config.json';
}
Expand Down
Binary file modified builds/laravel-buddy
Binary file not shown.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
},
"minimum-stability": "dev",
"prefer-stable": true,
"bin": ["builds/buddy"]
"bin": ["builds/laravel-buddy"]
}

0 comments on commit 16a16e5

Please sign in to comment.