diff --git a/src/Console/ClearCommand.php b/src/Console/ClearCommand.php index 3fd7d1a6..2ceaf721 100644 --- a/src/Console/ClearCommand.php +++ b/src/Console/ClearCommand.php @@ -18,6 +18,8 @@ public function __construct(DebugBar $debugbar) public function fire() { + $this->debugbar->boot(); + if ($storage = $this->debugbar->getStorage()) { $storage->clear(); $this->info('Debugbar Storage cleared!');