mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-25 23:43:56 +00:00
Revert "Merge branch 'dashboardReport' into 'master'"
This reverts merge request !5
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user