Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yondifon committed Aug 9, 2023
1 parent c24f861 commit 3c423dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ class Payment extends Model {
}
```

Also, we added, `nanoidPrefix` and `nanoidLength`, like
Also, we support 2 methods, `nanoidPrefix` and `nanoidLength`, like

```php
public function nanoidLength(): int {
public function nanoidLength(): int|array {
// return [10,15]
return 2;
}

Expand Down

0 comments on commit 3c423dc

Please sign in to comment.