Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information