Anmeldeformular für Helferfest angepasst
Bei Anzahl der Kinder ist jetzt als Standardwert 0 hinterlegt
This commit is contained in:
parent
ed5affef9b
commit
d2f89e7762
@ -263,6 +263,7 @@ class ContactController extends ExtendedController
|
||||
public function subscribeHelperParty(Request $request)
|
||||
{
|
||||
$formdata = new SubscribeYouthFireFighter();
|
||||
$formdata->countChildren = 0;
|
||||
$view = view("inc.contact.subscribeHelperParty");
|
||||
$view->with('url', $this->route);
|
||||
$view->with('formdata', $formdata);
|
||||
|
||||
8
deploy.rexpfd
Normal file
8
deploy.rexpfd
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<rexpfd>
|
||||
<destination path="MacBook-Pro.ffw - Steffen Dech:/html"/>
|
||||
<options createDirectoryStructure="false" createSelectedOnly="true" descriptionFilePath="/ffw_laravel/deploy.rexpfd" overWriteExistingFiles="false" reviewSynchronize="false" saveSettings="true"/>
|
||||
<selectedElements>
|
||||
<file path="/ffw_laravel/app/Http/Controllers/ContactController.php"/>
|
||||
</selectedElements>
|
||||
</rexpfd>
|
||||
Loading…
Reference in New Issue
Block a user