Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
derek committed Nov 21, 2019
1 parent ceea1f1 commit e53fab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions app/Controller/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@

namespace App\Controller;

use App\Model\SysUser;
use App\Service\Instance\JwtInstance;

class IndexController extends AbstractController
{
public function index()
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
"psr-4": {
"App\\": "app/"
},
"files": []
"files": [
"app/Kernel/Functions.php"
]
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit e53fab2

Please sign in to comment.