We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2dac06 + a191b98 commit b6d6794Copy full SHA for b6d6794
src/controllers/AdminController.php
@@ -20,7 +20,7 @@ public function all($entity){
20
21
$this->filter = \DataFilter::source(Admin::with('roles'));
22
$this->filter->add('id', 'ID', 'text');
23
- $this->filter->add('firstname', 'First name', 'text');
+ $this->filter->add('first_name', 'First name', 'text');
24
$this->filter->add('last_name', 'Last Name', 'text');
25
$this->filter->add('email', 'Email', 'text');
26
$this->filter->submit('search');
0 commit comments