Skip to content

Commit

Permalink
Fix Model __call docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
parsa-mostafaie committed Sep 14, 2024
1 parent eec29af commit 3fac707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pluslib/Eloquent/BaseModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public function __isset($name)
}

/**
* magic method to handle all unlisted calls. Currently binds set{$VAR}() and get{$VAR}() functions
* magic method to handle all unlisted calls.
* @param string $method
* @param mixed $parameters
* @return mixed
Expand Down

0 comments on commit 3fac707

Please sign in to comment.