コード例 #1
0
ファイル: service.php プロジェクト: vazahat/dudex
 public function markNotificationsViewedByUserId($userId, $viewed = true)
 {
     $this->notificationDao->markViewedByUserId($userId, $viewed);
 }