HighSpeaker/config/plugin/webman-tech/debugbar/bootstrap.php
2022-12-24 22:10:40 +08:00

10 lines
174 B
PHP

<?php
use WebmanTech\Debugbar\Bootstrap\LaravelQuery;
use WebmanTech\Debugbar\Bootstrap\LaravelRedisExec;
return [
LaravelQuery::class,
LaravelRedisExec::class,
];