Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh committed Feb 28, 2024
1 parent 4b08784 commit 40fd2f6
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 @@ -65,7 +65,7 @@ public static function kanbanCases(): array
}
```

`IsKanbanStatus` uses the `value` of your cases for both the `id` and the `title` of your statuses. You can customize how these as well:
`IsKanbanStatus` uses the `value` of your cases for the `title` of your statuses. You can customize how the title is retrieved as well:

```php
public function getTitle(): string
Expand Down

0 comments on commit 40fd2f6

Please sign in to comment.