Completed
Push — master ( b200bd...d6b66a )
by i
07:10 queued 03:17
created
src/Alipay.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
     private function dispatcher(string $gateway, array $array = [])
151 151
     {
152 152
         $this->payload['biz_content'] = $array;
153
-        $class = \get_class($this) . '\\' . Str::studly($gateway) . 'Payment';
153
+        $class = \get_class($this).'\\'.Str::studly($gateway).'Payment';
154 154
 
155 155
         if (class_exists($class)) {
156 156
             return $this->toPay($class);
Please login to merge, or discard this patch.