Skip to content

Commit

Permalink
Use "Laravel\Nova\Resource" instead of "App\Nova\Resource"
Browse files Browse the repository at this point in the history
  • Loading branch information
dood- authored and milewski committed Jun 24, 2020
1 parent 549e7e5 commit cae1943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InlineMorphTo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace DigitalCreative\InlineMorphTo;

use App\Nova\Resource;
use Laravel\Nova\Resource;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Collection;
use Laravel\Nova\Fields\BelongsToMany;
Expand Down

0 comments on commit cae1943

Please sign in to comment.