Skip to content

Commit

Permalink
fixed dynamic property creation
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Oct 17, 2023
1 parent cdad08a commit 738fbd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Abstracts/Report.php
Expand Up @@ -40,6 +40,8 @@ abstract class Report

public $has_money = true;

public $groups = [];

public $year;

public $views = [];
Expand Down Expand Up @@ -405,8 +407,6 @@ public function setFilters()

public function setGroups()
{
$this->groups = [];

event(new GroupShowing($this));
}

Expand Down

0 comments on commit 738fbd8

Please sign in to comment.