11 lines
136 B
PHP
Executable File
11 lines
136 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'Id',
|
|
'name' => 'Name',
|
|
'users' => '# of Users',
|
|
'created_at' => 'Created at',
|
|
|
|
);
|