Skip to content

Commit e53fab2

Browse files
author
derek
committed
update composer.json
1 parent ceea1f1 commit e53fab2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/Controller/IndexController.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212

1313
namespace App\Controller;
1414

15-
use App\Model\SysUser;
16-
use App\Service\Instance\JwtInstance;
17-
1815
class IndexController extends AbstractController
1916
{
2017
public function index()

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@
6363
"psr-4": {
6464
"App\\": "app/"
6565
},
66-
"files": []
66+
"files": [
67+
"app/Kernel/Functions.php"
68+
]
6769
},
6870
"autoload-dev": {
6971
"psr-4": {

0 commit comments

Comments
 (0)