From 1f11300e0e6b595c67418efb442c8e2e16900a72 Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Thu, 5 Jun 2025 00:47:58 +0300 Subject: [PATCH] Reorder Attribute casting --- eloquent-mutators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eloquent-mutators.md b/eloquent-mutators.md index 95b80d4fbe9..ef38a6cad6b 100644 --- a/eloquent-mutators.md +++ b/eloquent-mutators.md @@ -213,8 +213,8 @@ The `casts` method should return an array where the key is the name of the attri
- `array` -- `AsUri::class` - `AsStringable::class` +- `AsUri::class` - `boolean` - `collection` - `date`