Skip to content

Commit 5c9e034

Browse files
Fix typo in interface name (#10360)
1 parent ce64f20 commit 5c9e034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eloquent-mutators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ When mapping collections to objects, the object should implement the `Illuminate
476476
namespace App\ValueObjects;
477477

478478
use Illuminate\Contracts\Support\Arrayable;
479-
use JsonSerilizable;
479+
use JsonSerializable;
480480

481481
class Option implements Arrayable, JsonSerializable
482482
{

0 commit comments

Comments
 (0)