mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Code clean up [skip ci]
This commit is contained in:
@@ -112,6 +112,7 @@ class ReportController extends Controller
|
||||
if ($tags === 0) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
);
|
||||
@@ -194,6 +195,7 @@ class ReportController extends Controller
|
||||
if ($journal->destination_account_id === $account->id) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
);
|
||||
@@ -229,6 +231,7 @@ class ReportController extends Controller
|
||||
) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user