Skip to content

Commit 3b93521

Browse files
authored
Merge pull request #53 from eugenevdm/patch-2
Update table-view.md
2 parents c315756 + 2537493 commit 3b93521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/table-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Return an array with all the headers you need
5959
```php
6060
public function headers(): array
6161
{
62-
return ['Name', 'Email' 'Created', 'Updated'];
62+
return ['Name', 'Email', 'Created', 'Updated'];
6363
}
6464
```
6565

0 commit comments

Comments
 (0)