Skip to content

Commit

Permalink
Merge pull request #141 from StrykeSlammerII/patch-4
Browse files Browse the repository at this point in the history
added 'array' type in sample code
  • Loading branch information
lcharette authored Apr 20, 2024
2 parents f63d9fe + a657791 commit a718468
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 a718468

Please sign in to comment.