Skip to content

Commit f6e0c4d

Browse files
committed
Add to Lumen
1 parent 1a01fb8 commit f6e0c4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/LumenServiceProvider.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ public function boot()
7575
'uses' => 'OpenHandlerController@handle',
7676
'as' => 'debugbar.openhandler',
7777
]);
78+
79+
$router->get('clockwork/{id?}', [
80+
'uses' => 'OpenHandlerController@clockwork',
81+
'as' => 'debugbar.clockwork',
82+
]);
7883

7984
$router->get('assets/stylesheets', [
8085
'uses' => 'AssetController@css',

0 commit comments

Comments
 (0)