10 lines
174 B
PHP
10 lines
174 B
PHP
|
<?php
|
||
|
|
||
|
use WebmanTech\Debugbar\Bootstrap\LaravelQuery;
|
||
|
use WebmanTech\Debugbar\Bootstrap\LaravelRedisExec;
|
||
|
|
||
|
return [
|
||
|
LaravelQuery::class,
|
||
|
LaravelRedisExec::class,
|
||
|
];
|