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 9ec250ab..50d6080f 100644 --- a/app/Model/NotificationType.php +++ b/app/Model/NotificationType.php @@ -53,7 +53,7 @@ abstract class NotificationType extends Base $container = $this->container; $this->labels[$type] = $label; - $this->classes[$type] = function() use ($class, $container) { + $this->classes[$type] = function () use ($class, $container) { return new $class($container); }; } |