@@ -19,7 +19,7 @@ |
||
19 | 19 | } |
20 | 20 | |
21 | 21 | $client = new Client(); |
22 | - $url = $site->getUrl()['base'].$this->router->pathFor('home').'old/cr_daily.php'; |
|
22 | + $url = $site->getUrl()['base'] . $this->router->pathFor('home') . 'old/cr_daily.php'; |
|
23 | 23 | $guzzleResponse = $client->get($url, [ |
24 | 24 | 'query' => [ |
25 | 25 | 'token' => $args['token'], |