From 693209bbae3037b0376cb4d29733c7fbe909e562 Mon Sep 17 00:00:00 2001 From: Sevan Nerse Date: Wed, 24 Feb 2021 09:58:37 +0300 Subject: [PATCH] unnecessary code removed --- app/View/Components/SearchString.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/View/Components/SearchString.php b/app/View/Components/SearchString.php index c1f579f8b..72cfaf5d7 100644 --- a/app/View/Components/SearchString.php +++ b/app/View/Components/SearchString.php @@ -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(); } /**