Completed
Push — master ( b1fb92...f7773e )
by Arthur
05:54
created
app/Http/Controllers/AccountController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -358,7 +358,7 @@
 block discarded – undo
358 358
 
359 359
         if ($amount < 5) {
360 360
             throw new ValidationException('The minimum subscription is 5 GBP');
361
-        } elseif (!\Auth::user()->isAdmin() && ($amount < 15)) {
361
+        } elseif ( ! \Auth::user()->isAdmin() && ($amount < 15)) {
362 362
             throw new ValidationException('The minimum subscription is 15 GBP, please contact the trustees for a lower amount. [email protected]');
363 363
         }
364 364
 
Please login to merge, or discard this patch.