We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceea1f1 commit e53fab2Copy full SHA for e53fab2
app/Controller/IndexController.php
@@ -12,9 +12,6 @@
12
13
namespace App\Controller;
14
15
-use App\Model\SysUser;
16
-use App\Service\Instance\JwtInstance;
17
-
18
class IndexController extends AbstractController
19
{
20
public function index()
composer.json
@@ -63,7 +63,9 @@
63
"psr-4": {
64
"App\\": "app/"
65
},
66
- "files": []
+ "files": [
67
+ "app/Kernel/Functions.php"
68
+ ]
69
70
"autoload-dev": {
71
0 commit comments