コード例 #1
0
ファイル: SlackBaseCommand.php プロジェクト: humweb/slackpipe
 protected function boot()
 {
     parent::boot();
     $this->client = new ApiClient($this->config->get('token'));
 }
コード例 #2
0
ファイル: JiraBaseCommand.php プロジェクト: humweb/slackpipe
 protected function boot()
 {
     parent::boot();
     $this->issueService = new IssueService($this->config->createConfigObject());
 }