Remove useless import namespace

This commit is contained in:
huangzhhui 2018-12-30 23:52:01 +08:00
parent dd9a220d47
commit 011d896be2

View File

@ -28,7 +28,6 @@ use Hyperf\HttpServer\Annotation\PostMapping;
use Hyperf\HttpServer\Annotation\PutMapping;
use Hyperf\HttpServer\Annotation\RequestMapping;
use Hyperf\Utils\Str;
use Psr\Container\ContainerInterface;
use ReflectionMethod;
class DispatcherFactory