Пример #1
0
 public function actionNotification()
 {
     $truck_act = new TruckAct();
     $notification = $truck_act->list_notification_act();
     return $this->render('notification', ["notification" => $notification]);
 }