Test Failed
Push — dev6 ( 5a7ea5...ab7c89 )
by Ron
20:20
created
app/Traits/Notifiable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,6 +14,6 @@
 block discarded – undo
14 14
      */
15 15
     public function notifications()
16 16
     {
17
-        return $this->morphMany(Notification::class, 'notifiable')->orderBy('created_at', 'desc');;
17
+        return $this->morphMany(Notification::class, 'notifiable')->orderBy('created_at', 'desc'); ;
18 18
     }
19 19
 }
Please login to merge, or discard this patch.