Skip to content

Commit

Permalink
Update LineBotPhp.php
Browse files Browse the repository at this point in the history
  • Loading branch information
coachmaxz authored May 16, 2018
1 parent c368e39 commit 59aecd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LineBotPhp.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ public function __construct ($channelSecret, $access_token) {
}

}

// file_put_contents(__DIR__ . '/logs/log_' . date("Y-m-d-HH-ii-ss") . '.txt', $events);

parent::__construct($this->httpClient, [ 'channelSecret' => $channelSecret ]);

Expand Down

0 comments on commit 59aecd6

Please sign in to comment.