Skip to content

Commit

Permalink
Remove unset()
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Sep 12, 2024
1 parent 104c23e commit 0639d58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,6 @@ public function refresh(): bool
return $this->refreshInternal($query->one());
}

public function unset(string $propertyName): void
{
unset($this->$propertyName);
}

/**
* Valid column names are table column names or column names prefixed with table name or table alias.
*
Expand Down

0 comments on commit 0639d58

Please sign in to comment.