HighSpeaker/config/plugin/webman-tech/debugbar/bootstrap.php

10 lines
174 B
PHP
Raw Normal View History

2022-12-24 19:40:40 +05:30
<?php
use WebmanTech\Debugbar\Bootstrap\LaravelQuery;
use WebmanTech\Debugbar\Bootstrap\LaravelRedisExec;
return [
LaravelQuery::class,
LaravelRedisExec::class,
];