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.