Skip to content

Commit 442bcf4

Browse files
authored
Update and rename Controller.php to AbstractController.php
父类Controller 和注解@controller 类名重复 , 还是改成AbstractController 好一些
1 parent 68947ca commit 442bcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Controller/Controller.php renamed to app/Controller/AbstractController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Hyperf\HttpServer\Contract\ResponseInterface;
1818
use Psr\Container\ContainerInterface;
1919

20-
abstract class Controller
20+
abstract class AbstractController
2121
{
2222
/**
2323
* @Inject

0 commit comments

Comments
 (0)