Example #1
0
 public function execute()
 {
     $model = new EventModel();
     $model->postponeEvent();
 }