mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove superfluous declaration of $date
The null check is already part of the `$this->date()` function and `$date` is never used.
This commit is contained in:
parent
0d32f16041
commit
e211881691
@ -45,7 +45,6 @@ class TagFormRequest extends Request
|
|||||||
$longitude = null;
|
$longitude = null;
|
||||||
$zoomLevel = null;
|
$zoomLevel = null;
|
||||||
}
|
}
|
||||||
$date = $this->get('date') ?? '';
|
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'tag' => $this->string('tag'),
|
'tag' => $this->string('tag'),
|
||||||
|
Loading…
Reference in New Issue
Block a user