Skip to content

Commit 76299fa

Browse files
authored
1 parent 2408098 commit 76299fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/HasSharedLogic.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function toArray(): array
141141
/**
142142
* Convert the object into something JSON serializable.
143143
*/
144-
public function jsonSerialize(): array
144+
public function jsonSerialize(): mixed
145145
{
146146
return $this->toArray();
147147
}

0 commit comments

Comments
 (0)