Skip to content

Commit

Permalink
âfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujun committed Dec 23, 2016
1 parent 8a3bd73 commit 291a3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ protected static function run()
PushMaster::executeIosPush();
}elseif(self::$worker_name == 'jpush'){
PushMaster::executeJPush();
}elseif(self::$worker_name == 'jpush'){
}elseif(self::$worker_name == 'alipush'){
PushMaster::executeAliPush();
}
});
Expand Down

0 comments on commit 291a3bd

Please sign in to comment.