@@ -38,7 +38,7 @@ |
||
38 | 38 | |
39 | 39 | public function getEmailConfig() |
40 | 40 | { |
41 | - if(!\Config::get('concrete.email.enabled')) { |
|
41 | + if (!\Config::get('concrete.email.enabled')) { |
|
42 | 42 | throw new Exception('Concrete5 email is disabled... you have to enable that for email to function'); |
43 | 43 | } |
44 | 44 |