Reiseland Kontaktdaten, Rabatt API
This commit is contained in:
parent
8f29c15a2b
commit
70704be1ea
30 changed files with 471 additions and 95 deletions
|
|
@ -54,7 +54,9 @@ class CMSContentCountryController extends Controller
|
|||
{
|
||||
|
||||
$data = Input::all();
|
||||
|
||||
if(!isset($data['contact_lands'])){
|
||||
$data['contact_lands'] = null;
|
||||
}
|
||||
$model = TravelCountry::findOrFail($id);
|
||||
$model->fill($data);
|
||||
$model->save();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue