Skip to content

Commit acb0ba1

Browse files
committed
Fix namespace
1 parent f50069a commit acb0ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Controllers/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace app\Controllers;
3+
namespace App\Http\Controllers;
44

55
abstract class Controller
66
{

0 commit comments

Comments
 (0)