Passed
Branch master (6fa617)
by Eric
04:23
created
Category
src/Platforms/Concrete5.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
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
         
Please login to merge, or discard this patch.