diff --git a/src/Console/ClearCommand.php b/src/Console/ClearCommand.php index 8ca66032..64c7dd28 100644 --- a/src/Console/ClearCommand.php +++ b/src/Console/ClearCommand.php @@ -16,7 +16,7 @@ public function __construct(DebugBar $debugbar) parent::__construct(); } - public function fire() + public function handle() { $this->debugbar->boot();