Skip to content

Commit

Permalink
v2 Fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lagarda committed May 7, 2020
1 parent 0a978ad commit af86175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"autoload": {
"psr-4": {
"EricLagarda\\NovaEmbed\\": "src/"
"EricLagarda\\NovaEmbed\\": "src"
}
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion src/NovaEmbed.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use EricLagarda\NovaEmbed\Invokes\NovaEmbedData;
use Laravel\Nova\Fields\Field;

class Embed extends Field
class NovaEmbed extends Field
{
/**
* The field's component.
Expand Down

0 comments on commit af86175

Please sign in to comment.