Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update phone-input.blade.php #60

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Conversation

elegasoft
Copy link
Contributor

fix: add missing import for Laravel's Js class to resolve error

The blade view for the filament-phone-input plugin was missing an import for the Illuminate\Support\Js class, which caused a Class "Js" not found error during rendering. This commit adds the required use Illuminate\Support\Js; statement to the view.

This fixes the issue reported in #59.

fix: add missing import for Laravel's Js class to resolve error

The blade view for the filament-phone-input plugin was missing an import for the `Illuminate\Support\Js` class, which caused a `Class "Js" not found` error during rendering. This commit adds the required `use Illuminate\Support\Js;` statement to the view.

This fixes the issue reported in ysfkaya#59.
@ysfkaya
Copy link
Owner

ysfkaya commented Dec 17, 2024

Thank you!

@ysfkaya ysfkaya merged commit f3ec86f into ysfkaya:main Dec 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants