Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Use the full FQN for the Js class for those who don't use aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
RVxLab committed Mar 3, 2022
1 parent d9b0ad6 commit b43181c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/colorpicker.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
window.addEventListener('filament-color-picker:init', () => {
this.picker = window.FilamentColorPicker.make($wire, {
parent: document.getElementById('filament-color-picker'),
...{{ Js::from($getPickerOptions()) }},
...{{ \Illuminate\Support\Js::from($getPickerOptions()) }},
});
});
},
Expand Down

0 comments on commit b43181c

Please sign in to comment.