Korrekturen
- In der NAvigationsleiste werden unter "Wer sind wir" wieder die Fahrzeuge angezeigt - Im Anmeldefomular für die Kinderfeuerwehr wurde das Geburtsdatum falsch in der Datenbank gespeichert
This commit is contained in:
parent
3599dfa825
commit
3d5a07aafd
@ -166,7 +166,7 @@ class ContactController extends ExtendedController
|
||||
{
|
||||
$model = new SubscribeYouthFireFighter();
|
||||
$model->fill($request->all());
|
||||
$model->birthday = $request->birthday;
|
||||
$model->birthday = Carbon::createFromFormat('d.m.Y', $request->birthday);
|
||||
# $model->city = $request->city[0];
|
||||
$model->save();
|
||||
|
||||
|
||||
@ -227,6 +227,11 @@
|
||||
'class' => 'dropdown-item'
|
||||
])
|
||||
@endforeach
|
||||
@include('inc.navigation.navbarLink', [
|
||||
'url' => 'fahrzeug',
|
||||
'label' => 'Einsatzfahrzeuge',
|
||||
'class' => 'dropdown-item'
|
||||
])
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user