Skip to content

Commit 7a5fa79

Browse files
authored
Update IndexController.php
rename Controller to AbstractController
1 parent 68947ca commit 7a5fa79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Controller/IndexController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
namespace App\Controller;
1414

15-
class IndexController extends Controller
15+
class IndexController extends AbstractController
1616
{
1717
public function index()
1818
{

0 commit comments

Comments
 (0)