Skip to content

Commit

Permalink
Added Model
Browse files Browse the repository at this point in the history
  • Loading branch information
SteeinSource committed Jun 10, 2017
1 parent 3a5b01e commit 4af7894
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Steein/SDK/SteeinResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,4 +318,4 @@ public function getMediaModel()
{
return $this->factory->makeModel(MediaModel::class);
}
}
}
2 changes: 1 addition & 1 deletion src/Steein/SDK/Support/Models/MediaModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ public function getStatus()
{
return $this->get('status');
}
}
}
2 changes: 1 addition & 1 deletion src/Steein/SDK/Support/Models/PostHashTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ public function getText()
{
return $this->get('text');
}
}
}
2 changes: 1 addition & 1 deletion src/Steein/SDK/Support/Models/PostModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ public function getCreatedAt()
{
return $this->get('created_at');
}
}
}
1 change: 0 additions & 1 deletion src/Steein/SDK/Support/Models/PostUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,4 @@ public function getLanguage()
{
return $this->get('language');
}

}
2 changes: 1 addition & 1 deletion src/Steein/SDK/Support/Models/UserDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ public function getVerified()
{
return $this->get('verified');
}
}
}

0 comments on commit 4af7894

Please sign in to comment.