Skip to content

Commit

Permalink
fix: using laravel controller instead app controller, which can not e…
Browse files Browse the repository at this point in the history
…xists
  • Loading branch information
gachowy committed Jul 14, 2021
1 parent baa46ad commit 5cf2fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Remipou\NovaPageManager;

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

class PageController extends Controller
{
Expand Down

0 comments on commit 5cf2fbc

Please sign in to comment.