Skip to content

Commit

Permalink
Merge branch '5.1' of https://github.com/userfrosting/learn into 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Apr 20, 2024
2 parents 558d267 + a718468 commit 6d9b5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/14.database/05.data-sprunjing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Sprunjes can also be used to enumerate a unique list of values for fields in the
```php
class OwlSprunje extends Sprunje
{
protected $listable = [
protected array $listable = [
'species'
];

Expand Down

0 comments on commit 6d9b5d3

Please sign in to comment.