seven 2 semanas atrás
pai
commit
088650f52e
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      app/Services/Payment/SanJinService.php

+ 1 - 0
app/Services/Payment/SanJinService.php

@@ -30,6 +30,7 @@ class SanJinService extends BaseService
      */    
     public static function getChannel($key = '')
     {
+        
         $channel = self::$CHANNEL;
         if($key){
             return Lang($channel[$key]);