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