Skip to content

Commit

Permalink
Merge pull request #43 from snipe/patch-1
Browse files Browse the repository at this point in the history
Fixed path to `use PhoneInputNumberType;`
  • Loading branch information
ysfkaya authored Jun 8, 2024
2 parents bf08ae8 + 11f52ee commit 6d19e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ use Filament\Infolists\Infolist;
use Ysfkaya\FilamentPhoneInput\Forms\PhoneInput;
use Ysfkaya\FilamentPhoneInput\Tables\PhoneColumn;
use Ysfkaya\FilamentPhoneInput\Infolists\PhoneEntry;
use Ysfkaya\FilamentPhoneInput\Infolists\PhoneInputNumberType;
use Ysfkaya\FilamentPhoneInput\PhoneInputNumberType;


public static function infolists(Infolist $infolist): Infolist
Expand Down

0 comments on commit 6d19e41

Please sign in to comment.