Completed
Pull Request — master (#30)
by
unknown
02:43 queued 25s
created
src/Mpociot/CaptainHook/Http/WebhookController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     }
88 88
 
89 89
 
90
-    protected function getTenantId(Request $request){
90
+    protected function getTenantId(Request $request) {
91 91
         return (config('captain_hook.tenant_spark_model', 'User') == 'Team' && isset($request->user()->currentTeam)) ? $request->user()->currentTeam->id : $request->user()->getKey();
92 92
     }
93 93
 }
Please login to merge, or discard this patch.