Skip to content

Commit 2da5811

Browse files
committed
Minor README.md update
1 parent e1dc6f5 commit 2da5811

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010
Laravel custom casts works similarly to [Laravel attribute casting](https://laravel.com/docs/5.8/eloquent-mutators#attribute-casting), but with our customly defined logic (in separated class). Beside casting to
1111
our complex types this package gives us ability to listen and react to underlying model events.
1212

13-
Let's check out some common - Laravel default cast types and possible examples of their usage:
13+
Let's check out some Laravel common cast types and possible example of their usage:
1414

1515
```php
16-
// File: app/User.php
17-
1816
namespace App;
1917

2018
use Illuminate\Database\Eloquent\Model;

0 commit comments

Comments
 (0)