DateTime Error when using 'Spatie Settings' plugin
I'm getting this error when I try to edit the settings for my site
Object of class DateTime could not be converted to string ManageCompetitions.php page
```
Forms\Components\TextInput::make('name')
->required(),
Forms\Components\ColorPicker::make('color')
->required()
->label('Competition Color'),
Forms\Components\DateTimePicker::make('start_date')
->required()
->label('Competition Start'),
Forms\Components\DateTimePicker::make('end_date')
->required()
->label('Competition End'),
```
CompetitionSettings.php` page