Completed
Pull Request — master (#106)
by Phecho
03:20
created
app/Providers/EventServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         'Gitamin\Events\Comment\CommentWasAddedEvent' => [
26 26
             'Gitamin\Handlers\Events\Comment\SendCommentMomentHandler',
27 27
         ],
28
-         // Issue email notifications
28
+            // Issue email notifications
29 29
         'Gitamin\Events\Issue\IssueWasAddedEvent' => [
30 30
             'Gitamin\Handlers\Events\Issue\SendIssueEmailNotificationHandler',
31 31
         ],
Please login to merge, or discard this patch.