Skip to content

Commit af864d7

Browse files
committed
Don’t need this
1 parent 12d3f68 commit af864d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Http/Controllers/ConfigController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
namespace TransformStudios\Front\Http\Controllers;
44

5-
use App\Http\Controllers\Controller;
65
use Illuminate\Http\JsonResponse;
76
use Statamic\Facades\User;
87

9-
class ConfigController extends Controller
8+
class ConfigController
109
{
1110
public function __invoke(): JsonResponse
1211
{

0 commit comments

Comments
 (0)