Skip to content

Commit

Permalink
Update return type of HasAttributes::getAttributes()
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiroh committed Dec 22, 2024
1 parent f207f71 commit 07b8b0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1873,7 +1873,7 @@ protected function normalizeCastClassResponse($key, $value)
/**
* Get all of the current attributes on the model.
*
* @return array
* @return array<string, mixed>
*/
public function getAttributes()
{
Expand Down

0 comments on commit 07b8b0d

Please # to comment.