Skip to content

Commit

Permalink
Merge pull request #39 from LukeTowers/patch-1
Browse files Browse the repository at this point in the history
Fix Slugify example
  • Loading branch information
chrisblackwell authored Feb 1, 2025
2 parents 931e59e + 6755e4a commit 4929904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ use Yab\Mint\Trails\Slugify;

class Example extends Model
{
use Slugify
use Slugify;
}
```

Expand Down

0 comments on commit 4929904

Please sign in to comment.