Skip to content

Commit

Permalink
Update SerializesCastableAttributes.php (#52841)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmastech authored Sep 18, 2024
1 parent f243db7 commit 3e56cc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface SerializesCastableAttributes
* @param \Illuminate\Database\Eloquent\Model $model
* @param string $key
* @param mixed $value
* @param array $attributes
* @param array<string, mixed> $attributes
* @return mixed
*/
public function serialize(Model $model, string $key, mixed $value, array $attributes);
Expand Down

0 comments on commit 3e56cc4

Please sign in to comment.