Skip to content

Commit

Permalink
Remove id()
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaliolahi committed Nov 3, 2021
1 parent 43b72c7 commit ee52fed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Traits/SmartHash.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ public function __construct(array $attributes = [])
$this->appends[] = 'hash_id';
}

public function id(): int
{
return $this->getRawOriginal('id');
}

public function hasId(): int
{
return $this->encodeHash($this->id);
Expand Down

0 comments on commit ee52fed

Please sign in to comment.