mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
3.2.1
This commit is contained in:
@@ -83,7 +83,7 @@ class EventController extends Controller
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
clog('add','success','a ajouté un évènement',null,'App\Event',$event->id);
|
||||
return redirect('/admin/calendar')->with('success','Événement ajouter à l\'horaire');
|
||||
}
|
||||
|
||||
@@ -174,7 +174,7 @@ class EventController extends Controller
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
clog('edit','success','a modifié un évènement',null,'App\Event',$event->id);
|
||||
return redirect('/admin/calendar')->with('success','Modification à l\'événement sauvegarder à l\'horaire');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user