Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mchev authored May 24, 2024
1 parent d95632f commit 98542ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ class User extends Authenticatable

To use UUIDs make sure you publish and edit the migration files.

```diff
- $table->id();
+ $table->uuid('id');
```

You will then need to make a model that extends `Mchev\Banhammer\Models\Ban`:

```php
Expand Down

0 comments on commit 98542ac

Please sign in to comment.