You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->notification()->success('Abonnement', 'Vous êtes maintenant abonné à cette discussion.');
31
+
// @ToDo Mettre un nouveau system de notification avec Livewire $this->notification()->success('Abonnement', 'Vous êtes maintenant abonné à cette discussion.');
32
32
$this->emitSelf('refresh');
33
33
}
34
34
@@ -40,11 +40,11 @@ public function unsubscribe()
40
40
->where('user_id', Auth::id())
41
41
->delete();
42
42
43
-
$this->notification()->success('Désabonnement', 'Vous êtes maintenant désabonné de cette discussion.');
43
+
// @ToDo Mettre un nouveau system de notification $this->notification()->success('Désabonnement', 'Vous êtes maintenant désabonné de cette discussion.');
0 commit comments