Skip to content

Commit 6d9b5d3

Browse files
committed
Merge branch '5.1' of https://github.com/userfrosting/learn into 5.1
2 parents 558d267 + a718468 commit 6d9b5d3

File tree

1 file changed

+1
-1
lines changed
  • pages/14.database/05.data-sprunjing

1 file changed

+1
-1
lines changed

pages/14.database/05.data-sprunjing/docs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Sprunjes can also be used to enumerate a unique list of values for fields in the
260260
```php
261261
class OwlSprunje extends Sprunje
262262
{
263-
protected $listable = [
263+
protected array $listable = [
264264
'species'
265265
];
266266

0 commit comments

Comments
 (0)