Completed
Pull Request — dev (#244)
by Alexey
12:43 queued 05:19
created
app/Http/Controllers/Frontend/CampaignController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,11 +76,11 @@
 block discarded – undo
76 76
 
77 77
     public function donateRecurrent()
78 78
     {
79
-      return null;
79
+        return null;
80 80
     }
81 81
 
82 82
     public function createDonator()
83 83
     {
84
-      return null;
84
+        return null;
85 85
     }
86 86
 }
Please login to merge, or discard this patch.