Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
15 | protected function getConnection($token = false) |
||
16 | { |
||
17 | return new Cloudflare\API\Adapter\Guzzle(new APIKey('[email protected]', 'apiKey')); |
||
18 | } |
||
19 | } |
||
20 |