From 03a252e88af5fe67f627c46235a4dfa11a2de397 Mon Sep 17 00:00:00 2001 From: Renato Marinho Date: Fri, 29 Sep 2017 19:33:13 +0100 Subject: [PATCH] Add handle --- src/MultiLanguageListCommand.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/MultiLanguageListCommand.php b/src/MultiLanguageListCommand.php index 5e186e9..f1caba8 100644 --- a/src/MultiLanguageListCommand.php +++ b/src/MultiLanguageListCommand.php @@ -35,6 +35,11 @@ public function __construct() { parent::__construct(); } + + public function handle() + { + $this->fire(); + } /** * Execute the console command.