diff --git a/src/TinkerCommand.php b/src/TinkerCommand.php index 937461c..d963788 100644 --- a/src/TinkerCommand.php +++ b/src/TinkerCommand.php @@ -48,6 +48,14 @@ public function fire() $this->shell->setIncludes($this->argument('include'))->run(); } + /** + * Performs the event. + */ + public function handle() + { + $this->fire(); + } + /** * Get the console command arguments. *