mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-28 08:53:57 +00:00
Revert "Merge branch 'dashboardReport' into 'master'"
This reverts merge request !5
This commit is contained in:
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
@@ -1,19 +0,0 @@
|
||||
<?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();
|
||||
}
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: ayen
|
||||
* Date: 18/03/2019
|
||||
* Time: 10:13 AM
|
||||
*/
|
||||
|
||||
namespace App\Http\Controllers\Dashboard;
|
||||
|
||||
|
||||
use App\Classes\Modules\ControllersLogic\Dashboard\CbmReportLogic;
|
||||
|
||||
class CbmReportController
|
||||
{
|
||||
public function index(CbmReportLogic $logic) {
|
||||
return $logic->execute();
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers\Dashboard;
|
||||
|
||||
use App\Classes\Modules\ControllersLogic\Dashboard\OrdersReportLogic;
|
||||
|
||||
class OrdersReportController
|
||||
{
|
||||
|
||||
public function index(OrdersReportLogic $logic) {
|
||||
return $logic->execute();
|
||||
}
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: ayen
|
||||
* Date: 19/03/2019
|
||||
* Time: 11:53 AM
|
||||
*/
|
||||
|
||||
namespace App\Http\Controllers\Dashboard;
|
||||
|
||||
|
||||
use App\Classes\Modules\ControllersLogic\Dashboard\OrdersStatusReportLogic;
|
||||
|
||||
class OrdersStatusReportController
|
||||
{
|
||||
public function index(OrdersStatusReportLogic $logic) {
|
||||
return $logic->execute();
|
||||
}
|
||||
}
|
||||
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Reference in New Issue
Block a user