mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-24 06:53:58 +00:00
Dashboard report
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: ayen
|
||||
* Date: 19/03/2019
|
||||
* Time: 10:17 AM
|
||||
*/
|
||||
|
||||
namespace App\Http\Controllers\Dashboard;
|
||||
|
||||
|
||||
use App\Classes\Modules\ControllersLogic\Dashboard\ActiveCustomerReportLogic;
|
||||
|
||||
class ActiveCustomerReportController
|
||||
{
|
||||
public function index(ActiveCustomerReportLogic $logic) {
|
||||
return $logic->execute();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user