Skip to content

Commit

Permalink
Apply fixes from StyleCI (overtrue#217)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
overtrue authored Sep 11, 2019
1 parent e1ee8c2 commit 0d1bd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateways/ChuanglanGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected function buildEndpoint(Config $config, $IDDCode = 86)
{
$channel = $this->getChannel($config, $IDDCode);

if ($channel === self::INT_URL) {
if (self::INT_URL === $channel) {
return $channel;
}

Expand Down

0 comments on commit 0d1bd89

Please sign in to comment.