Skip to content

Commit

Permalink
refactor(maskable): rename maskable
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalopes24 committed May 30, 2024
1 parent 2cc277c commit 6a2ff28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/resources/views/sections/components/maskable.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
@verbatim
namespace App\View\Components;

use WireUi\View\Components\Inputs\Maskable;
use WireUi\Components\TextField\Maskable;

class CustomMaskable extends Maskable
{
Expand Down
2 changes: 1 addition & 1 deletion src/resources/views/sections/components/phone.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
@verbatim
namespace App\View\Components;

use WireUi\View\Components\Inputs\Maskable;
use WireUi\Components\TextField\Maskable;

class CustomPhone extends Maskable
{
Expand Down

0 comments on commit 6a2ff28

Please sign in to comment.