Commit b2bdd682 authored by Marco Boretto's avatar Marco Boretto

Fixed syntax Bug

parent 4d439576
......@@ -61,7 +61,7 @@ class Message extends Entity
protected $bot_name;
publicfunction __construct(array $data,$bot_name) {
public function __construct(array $data,$bot_name) {
$this->bot_name = $bot_name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment