You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get{$Variable}Attribute of $appends variable on the eloquent model got 3 times additional execution when the response returned using single item response function (return $this->response->item)
Steps to Reproduce
add $appends variable on the model
write a log on the get{$Variable}Attribute function and the log will written 3 times for each item
The text was updated successfully, but these errors were encountered:
mahadi-siregar
changed the title
$appends variables got additional 3 times execution
$appends variables function got additional 3 times execution
Jan 27, 2022
Actual Behaviour
get{$Variable}Attribute of $appends variable on the eloquent model got 3 times additional execution when the response returned using single item response function (return $this->response->item)
Steps to Reproduce
The text was updated successfully, but these errors were encountered: