Exemple #1
0
 public function deleteNotificationByPluginKey($pluginKey)
 {
     $this->notificationDao->deleteNotificationByPluginKey($pluginKey);
 }