Skip to content

Commit

Permalink
Merge pull request #30 from gachowy/master
Browse files Browse the repository at this point in the history
fix: changing dependency to base nova resource
  • Loading branch information
remipou authored Feb 3, 2021
2 parents e8a2578 + 63516c7 commit d5cf935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PageResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

namespace Remipou\NovaPageManager;

use App\Nova\Resource;
use Illuminate\Http\Request;
use Laravel\Nova\Fields\ID;
use Laravel\Nova\Fields\Image;
use Laravel\Nova\Fields\Select;
use Laravel\Nova\Fields\Text;
use Laravel\Nova\Fields\Trix;
use Laravel\Nova\Resource;

class PageResource extends Resource
{
Expand Down

0 comments on commit d5cf935

Please sign in to comment.