type hinting

This commit is contained in:
Denis Duliçi
2022-10-24 01:43:11 +03:00
parent 67a60ab78b
commit d1b81891f8
2 changed files with 5 additions and 9 deletions

View File

@@ -150,7 +150,7 @@ abstract class Report
public function applySearchStringFilter($event)
{
$input = request('search');
$input = request('search', '');
// Remove year as it's handled based on financial start
$search_year = 'year:' . $this->getSearchStringValue('year', '', $input);