srp admin controller stats

This commit is contained in:
2019-07-03 20:46:03 -05:00
parent eb1ca9d7b1
commit 6c3402fa8d

View File

@@ -111,7 +111,7 @@ class SRPAdminController extends Controller
public function displayStatistics() {
$months = 3;
$barChartData = array();
$start = Carbon::now()->toDateString();
$start = Carbon::now()->toDateTimeString();
$end = Carbon::now()->subMonths(3)->toDateTimeString();
//We need a function from this library rather than recreating a new library