RaimirA

Results 2 comments of RaimirA

Theme doesn't change after clicking on different one

[composer.json](https://github.com/user-attachments/files/16032887/composer.json) [Phpstan config.txt](https://github.com/user-attachments/files/16032904/Phpstan.config.txt) In the ServiceProvider ```php public function enableBusinessTimeMixin(): void { BusinessTime::enable( [ \Illuminate\Support\Carbon::class, ], [ 'monday' => ['08:30-17:30'], 'tuesday' => ['08:30-17:30'], 'wednesday' => ['08:30-17:30'], 'thursday' => ['08:30-17:30'], 'friday'...