Skip to content

Commit

Permalink
hotfix wrong extended field
Browse files Browse the repository at this point in the history
  • Loading branch information
gldrenthe89 committed Sep 28, 2022
1 parent 51cc5b0 commit f9a0742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NovaGenerateString.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
namespace Gldrenthe89\NovaStringGeneratorField;

use Gldrenthe89\NovaStringGeneratorField\Traits\NovaGenerateStringTrait;
use Laravel\Nova\Fields\Password;
use Laravel\Nova\Fields\Text;

class NovaGenerateString extends Password
class NovaGenerateString extends Text
{
use NovaGenerateStringTrait;

Expand Down

0 comments on commit f9a0742

Please sign in to comment.