Skip to content

Commit 3d27f1d

Browse files
committed
use Laravel\Lumen\Routing\Controller
Illuminate\Routing\Controller is not present in Lumen
1 parent 9200b17 commit 3d27f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/EloquentController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
use Exception;
3333
use Illuminate\Database\Eloquent\Model;
3434
use Illuminate\Http\Response;
35-
use Illuminate\Routing\Controller;
35+
use Laravel\Lumen\Routing\Controller;
3636

3737
/**
3838
* Class EloquentController

0 commit comments

Comments
 (0)