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