Skip to content

Commit

Permalink
Merge pull request #43 from milewski/patch-1
Browse files Browse the repository at this point in the history
Use `Laravel\Nova\Resource` instead of `App\Nova\Resource`
  • Loading branch information
pktharindu authored Feb 5, 2022
2 parents 1850326 + 13d144b commit 3c17596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nova/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Pktharindu\NovaPermissions\Nova;

use App\Nova\Resource;
use Laravel\Nova\Resource;
use Laravel\Nova\Fields\ID;
use Illuminate\Http\Request;
use Laravel\Nova\Fields\Text;
Expand Down

0 comments on commit 3c17596

Please sign in to comment.