Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Class "App\Filament\Resources\ItineraryResource\RelationManagers\Time" not found #421

Open
EllisonTravel opened this issue May 1, 2023 · 5 comments

Comments

@EllisonTravel
Copy link

After generating a code, when went to execute, received this error

            Time::make('start_time')

                ->rules(['date_format:H:i'])

                ->placeholder('Start Time')

                ->columnSpan([

thanks

@TiagoSilvaPereira
Copy link
Owner

Hi @EllisonTravel thank you for reporting. I'll add @nicollassilva to this conversation to check what is happening

@nicollassilva
Copy link
Collaborator

nicollassilva commented May 2, 2023

Hi @EllisonTravel , I hope you are well.

The columns of type Time have some problems. The bug is for the Filament plugin and also for the Vemto application itself, so I don't recommend you use it until a fix is made. I recommend that you exclude them from CRUD until we have the correct solutions.

Thank you.

@EllisonTravel
Copy link
Author

thank you for replying. Unfortunately, I don't have a choice, I need to have a Time field in my Itinerary.
thanks

@nicollassilva
Copy link
Collaborator

Hi @EllisonTravel , so for now just change the class giving error to TimePicker, it should work temporarily. You can check the documentation here.

@EllisonTravel
Copy link
Author

thank you !
I will do that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants