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
@@ -39,7 +39,7 @@ class VersionCommand extends Command
*
* @return void
*/
public function fire()
public function handle()
{
$this->info('Cachet '.CACHET_VERSION.' is installed ⚡');
}