Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TelegramBot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
TelegramBot
Commits
eeef5dad
Commit
eeef5dad
authored
Mar 29, 2016
by
Marco Boretto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #118 from jacklul/hotfix
Fix minor mistakes
parents
999ee2e7
bb46df21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Document.php
src/Entities/Document.php
+1
-1
Video.php
src/Entities/Video.php
+1
-1
No files found.
src/Entities/Document.php
View file @
eeef5dad
...
...
@@ -44,7 +44,7 @@ class Document extends Entity
return
$this
->
file_id
;
}
public
function
get
t
humb
()
public
function
get
T
humb
()
{
return
$this
->
thumb
;
}
...
...
src/Entities/Video.php
View file @
eeef5dad
...
...
@@ -75,7 +75,7 @@ class Video extends Entity
{
return
$this
->
thumb
;
}
public
function
get
T
imeType
()
public
function
get
M
imeType
()
{
return
$this
->
mime_type
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment