blacklist fix

This commit is contained in:
2020-09-29 00:01:28 -05:00
parent 46ee5cf3b1
commit d3f33979e4
3 changed files with 10 additions and 4 deletions

View File

@@ -42,9 +42,15 @@ class AdminDashboardController extends Controller
}
//Declare variables we will need
$tHelper = new TaxesHelper();
$srpHelper = new SRPHelper();
$days = 30;
$months = 1;
$lava = new Lavacharts;
//Get the dates for the information being requested
$dates = $tHelper->GetTimeFrameInMonths($months);
//Get the data for the sov expenses for a graph
//Setup the charts