Passed
Pull Request — master (#125)
by
unknown
12:13
created
src/Drivers/Mailgun.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     public function register()
11 11
     {
12
-        Route::prefix(config('mailbox.path'))->group(function () {
12
+        Route::prefix(config('mailbox.path'))->group(function() {
13 13
             Route::post('/mailgun/mime', MailgunController::class);
14 14
         });
15 15
     }
Please login to merge, or discard this patch.