protected function boot() { parent::boot(); $this->client = new ApiClient($this->config->get('token')); }
protected function boot() { parent::boot(); $this->issueService = new IssueService($this->config->createConfigObject()); }