From 8c532efd5f02f7a7e5ea322a07ddcf49d130a8ec Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 17 Oct 2015 10:09:03 -0400 Subject: Run php-cs-fixer on the code base --- app/Model/NotificationType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Model/NotificationType.php') 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); }; } -- cgit v1.2.3