Skip to content

Commit

Permalink
Importing correct controller from core, not from application
Browse files Browse the repository at this point in the history
  • Loading branch information
netojose committed Dec 12, 2019
1 parent 938ad14 commit 3e6f751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelApiExplorerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace NetoJose\LaravelApiExplorer;

use App\Http\Controllers\Controller;
use Illuminate\Routing\Controller;

class LaravelApiExplorerController extends Controller {

Expand Down

0 comments on commit 3e6f751

Please sign in to comment.