Skip to content

Commit

Permalink
Clean up clan data model methods
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonanCarvalho committed Sep 25, 2020
1 parent 254a5c6 commit 5e216a6
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,6 @@
class ClanData extends AbstractBaseModel implements \L2jBrasil\L2JPHP\Models\Interfaces\Clan\ClanData
{

public function all()
{
// TODO: Implement all() method.
}

public function get($id)
{
// TODO: Implement get() method.
}

public function delete($id)
{
// TODO: Implement delete() method.
}

public function update($id, $data)
{
// TODO: Implement update() method.
}

public function getReputation($id)
{
// TODO: Implement getReputation() method.
Expand Down

0 comments on commit 5e216a6

Please sign in to comment.