unnecessary code removed

This commit is contained in:
Sevan Nerse
2021-02-24 09:58:37 +03:00
parent 7a0fe66cd9
commit 693209bbae

View File

@ -15,8 +15,6 @@ class SearchString extends Component
/** string */
public $model;
public $date_format;
/**
* Create a new component instance.
*
@ -26,7 +24,6 @@ class SearchString extends Component
{
$this->model = $model;
$this->filters = $filters;
$this->date_format = $this->getCompanyDateFormat();
}
/**