srp admin controller
This commit is contained in:
@@ -111,8 +111,8 @@ class SRPAdminController extends Controller
|
|||||||
public function displayStatistics() {
|
public function displayStatistics() {
|
||||||
$months = 3;
|
$months = 3;
|
||||||
$barChartData = array();
|
$barChartData = array();
|
||||||
$now = Carbon::now()->toFormattedString();
|
$now = Carbon::now()->toDateTimeString();
|
||||||
$previous = Carbon::now()->subMonths(3)->toFormattedString();
|
$previous = Carbon::now()->subMonths(3)->toDateTimeString();
|
||||||
|
|
||||||
//We need a function from this library rather than recreating a new library
|
//We need a function from this library rather than recreating a new library
|
||||||
$srpHelper = new SRPHelper();
|
$srpHelper = new SRPHelper();
|
||||||
|
|||||||
Reference in New Issue
Block a user