diff options
Diffstat (limited to 'app/Model/NotificationType.php')
| -rw-r--r-- | app/Model/NotificationType.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/NotificationType.php b/app/Model/NotificationType.php index bc9c6fdc..9d8317b7 100644 --- a/app/Model/NotificationType.php +++ b/app/Model/NotificationType.php @@ -120,7 +120,7 @@ abstract class NotificationType extends Base { $classes = $this->classes; - return array_filter($types, function($type) use ($classes) { + return array_filter($types, function ($type) use ($classes) { return isset($classes[$type]); }); } |
