mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-28 00:09:56 -07:00
Change scope of methods, add some notes. Prep for refactoring.
This commit is contained in:
@@ -165,7 +165,7 @@ class ShowController extends Controller
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
*/
|
||||
private function getPeriodOverview(Category $category, Carbon $date): Collection
|
||||
protected function getPeriodOverview(Category $category, Carbon $date): Collection // periodOverview method
|
||||
{
|
||||
$range = app('preferences')->get('viewRange', '1M')->data;
|
||||
$first = $this->journalRepos->firstNull();
|
||||
|
||||
Reference in New Issue
Block a user