financial outlook display

This commit is contained in:
2021-08-02 01:37:43 -05:00
parent f3362bab00
commit f5adc203f3

View File

@@ -129,7 +129,7 @@ class FinanceController extends Controller
* Display a graph of the financial outlook of the alliance
*/
public function displayOutlook() {
$months = 12;
$months = 6;
$income = array();
$expenses = array();