Skip to content

Commit 9165557

Browse files
authored
Merge pull request #1 from ha-ni-cc/patch-AbstractController
Update and rename Controller.php to AbstractController.php
2 parents 7a5fa79 + 442bcf4 commit 9165557

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)