Merge pull request #1888 from SevanNerse/master
unnecessary code removed
This commit is contained in:
commit
9d81fcd438
@ -15,8 +15,6 @@ class SearchString extends Component
|
|||||||
/** string */
|
/** string */
|
||||||
public $model;
|
public $model;
|
||||||
|
|
||||||
public $date_format;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new component instance.
|
* Create a new component instance.
|
||||||
*
|
*
|
||||||
@ -26,7 +24,6 @@ class SearchString extends Component
|
|||||||
{
|
{
|
||||||
$this->model = $model;
|
$this->model = $model;
|
||||||
$this->filters = $filters;
|
$this->filters = $filters;
|
||||||
$this->date_format = $this->getCompanyDateFormat();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user