Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
added title to table columns
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnetters committed Apr 24, 2017
1 parent 73f10d1 commit d9baa63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Person/Table/PersonTableBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
class PersonTableBuilder extends TableBuilder
{

protected $columns = [
'name',
'title'
];

/**
* The table buttons.
*
Expand Down

0 comments on commit d9baa63

Please sign in to comment.