Skip to content

Commit 0d62507

Browse files
committed
Boot before clearing storage, fixes barryvdh#247
1 parent 515cb00 commit 0d62507

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Console/ClearCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ public function __construct(DebugBar $debugbar)
1818

1919
public function fire()
2020
{
21+
$this->debugbar->boot();
22+
2123
if ($storage = $this->debugbar->getStorage()) {
2224
$storage->clear();
2325
$this->info('Debugbar Storage cleared!');

0 commit comments

Comments
 (0)