Skip to content

Commit

Permalink
Rename button
Browse files Browse the repository at this point in the history
  • Loading branch information
sietse85 committed May 19, 2022
1 parent bef651e commit 447e2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NovaButton.php → src/Button.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Laravel\Nova\Fields\Field;

class NovaButton extends Field
class Button extends Field
{
public $component = 'nova-button';

Expand Down

0 comments on commit 447e2a5

Please sign in to comment.