Skip to content

Commit a369f27

Browse files
authored
Merge pull request #18 from ha-ni-cc/patch-AbstractController
Update and rename Controller.php to AbstractController.php
2 parents 68947ca + 442bcf4 commit a369f27

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)