Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh committed Feb 9, 2024
1 parent 280f6b2 commit f14edcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ This creates a good starting point for your Kanban board. You can customize the
You should override the `model` property, so we can load your records.

```php
protected static ?string $model = User::class;
protected static string $model = User::class;
```

You should also override the `statusEnum` property, which defines your statuses.

```php
protected static ?string $statusEnum = UserStatus::class;
protected static string $statusEnum = UserStatus::class;
```

## Upgrade Guide
Expand Down

0 comments on commit f14edcf

Please sign in to comment.