diff --git a/src/Way/Generators/Commands/GeneratorCommand.php b/src/Way/Generators/Commands/GeneratorCommand.php index 209ecd54..470b52ce 100644 --- a/src/Way/Generators/Commands/GeneratorCommand.php +++ b/src/Way/Generators/Commands/GeneratorCommand.php @@ -52,7 +52,7 @@ protected abstract function getTemplatePath(); /** * Compile and generate the file. */ - public function fire() + public function handle() { $filePathToGenerate = $this->getFileGenerationPath();