Commit eeef5dad authored by Marco Boretto's avatar Marco Boretto

Merge pull request #118 from jacklul/hotfix

Fix minor mistakes
parents 999ee2e7 bb46df21
...@@ -44,7 +44,7 @@ class Document extends Entity ...@@ -44,7 +44,7 @@ class Document extends Entity
return $this->file_id; return $this->file_id;
} }
public function getthumb() public function getThumb()
{ {
return $this->thumb; return $this->thumb;
} }
......
...@@ -75,7 +75,7 @@ class Video extends Entity ...@@ -75,7 +75,7 @@ class Video extends Entity
{ {
return $this->thumb; return $this->thumb;
} }
public function getTimeType() public function getMimeType()
{ {
return $this->mime_type; return $this->mime_type;
} }
......
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