@@ -14,6 +14,6 @@ |
||
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 | } |