Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
z-song committed Jun 20, 2019
1 parent 8f3f2ec commit 94812eb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/Grid/Column/Filter.php
Expand Up @@ -68,11 +68,22 @@ public function getFormAction()
: $request->fullUrl();
}

/**
* @param string $key
*
* @return array|null|string
*/
protected function trans($key)
{
return __("dmin.{$key}");
return __("admin.{$key}");
}

/**
* Add a query binding.
*
* @param mixed $value
* @param Model $model
*/
public function addBinding($value, Model $model)
{
//
Expand Down

0 comments on commit 94812eb

Please sign in to comment.