Hasnayeen/themes

[Bug]: Call to undefined method Filament\Support\Colors\Color::all()

Closed this issue · 0 comments

What happened?

When adding the plugin to my panel, I encounter the above exception. The error occurs at 'Hasnayeen\Themes\Themes\DefaultTheme:23'.

I have already verified 'Filament\Support\Colors,' and there is no static method named 'all().' Please double-check.

How to reproduce the bug

I just added the plugin to my panel.

Package Version

3.0.13

PHP Version

8.1.22

Laravel Version

10.22.0

Notes

I decided to create this static method 'all' in 'Filament\Support\Colors,' and the problem was solved.

Filament v3.0