Skip to content

Commit 9600822

Browse files
Fix link formatting (#10366)
1 parent 41efa02 commit 9600822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eloquent-mutators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ $user->mergeCasts([
286286
<a name="stringable-casting"></a>
287287
#### Stringable Casting
288288

289-
You may use the `Illuminate\Database\Eloquent\Casts\AsStringable` cast class to cast a model attribute to a [fluent `Illuminate\Support\Stringable` object](/docs/{{version}}/strings#fluent-strings-method-list):
289+
You may use the `Illuminate\Database\Eloquent\Casts\AsStringable` cast class to cast a model attribute to a [fluent Illuminate\Support\Stringable object](/docs/{{version}}/strings#fluent-strings-method-list):
290290

291291
```php
292292
<?php
@@ -449,7 +449,7 @@ protected function casts(): array
449449
}
450450
```
451451

452-
The `of` method may be used to indicate collection items should be mapped into a given class via the collection's [`mapInto` method](/docs/{{version}}/collections#method-mapinto):
452+
The `of` method may be used to indicate collection items should be mapped into a given class via the collection's [mapInto method](/docs/{{version}}/collections#method-mapinto):
453453

454454
```php
455455
use App\ValueObjects\Option;

0 commit comments

Comments
 (0)