Completed
Push — master ( 00b67b...01e263 )
by Christopher
13:51 queued 07:04
created
src/classes/Controller/JobController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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'],
Please login to merge, or discard this patch.