mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-28 17:03:57 +00:00
Dashboard report
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers\Dashboard;
|
||||
|
||||
use App\Classes\Modules\ControllersLogic\Dashboard\OrdersReportLogic;
|
||||
|
||||
class OrdersReportController
|
||||
{
|
||||
|
||||
public function index(OrdersReportLogic $logic) {
|
||||
return $logic->execute();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user