| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | public function __construct() |
||
| 23 | { |
||
| 24 | parent::__construct(); |
||
| 25 | |||
| 26 | $this->jwt = \ParcelValue\Api\JWT\Helper::generate( |
||
| 27 | Config::string('APP_API_CLIENT_ID'), |
||
| 28 | Config::string('APP_API_CLIENT_KEY'), |
||
| 29 | Config::string('APP_API_SERVER_KEY'), |
||
| 30 | ); |
||
| 31 | |||
| 32 | $this->outputLogger = new \WebServCo\Framework\Log\CliOutputLogger(); |
||
| 33 | } |
||
| 49 |