Explorar el Código

remove one line empty

stanley-king hace 8 años
padre
commit
dee2164bb1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      helper/message/subscriber.php

+ 0 - 1
helper/message/subscriber.php

@@ -49,7 +49,6 @@ class subscriber extends Thread
                 }
 
                 Log::record("Message thread start run....",Log::DEBUG);
-
                 $redis->subscribe(all_channels(), 'handler_redis');
                 Log::record("Message thread quit....",Log::DEBUG);
             } catch (Exception $ex) {