changes
This commit is contained in:
@ -843,7 +843,7 @@ class LaravelDebugbar extends DebugBar
|
||||
*/
|
||||
protected function isDebugbarRequest()
|
||||
{
|
||||
return $this->app['request']->segment(1) == $this->app['config']->get('debugbar.route_prefix');
|
||||
return $this->app['request']->is($this->app['config']->get('debugbar.route_prefix') . '*');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -554,6 +554,9 @@ ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item {
|
||||
border: none;
|
||||
font-family: inherit;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-sql {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user