Skip to content

Commit

Permalink
Merge pull request #39 from changitravel/fix/controller-should-not-re…
Browse files Browse the repository at this point in the history
…fer-to-app

fix: using laravel controller instead app controller, which can not exists
  • Loading branch information
remipou authored Jul 14, 2021
2 parents baa46ad + 5cf2fbc commit 1db29f7
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 1db29f7

Please sign in to comment.