Fix commands

This commit is contained in:
James Brooks
2018-06-26 08:25:09 +01:00
parent 394cfe7a25
commit f3efbd9809
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class InstallCommand extends Command
*
* @return void
*/
public function fire()
public function handle()
{
if (!$this->confirm('Do you want to install Cachet?')) {
$this->line('Installation aborted. Goodbye!');