Skip to content

Commit

Permalink
fix report
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Dec 13, 2024
1 parent 3631dec commit b720bbc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace NexaMerchant\Apis\Http\Controllers\Api\V1\Admin\Reporting;

use Webkul\Admin\Helpers\Reporting;

class CustomerController extends ReportingController
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace NexaMerchant\Apis\Http\Controllers\Api\V1\Admin\Reporting;

use Webkul\Admin\Helpers\Reporting;

class ProductController extends ReportingController
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

use Nicelizhi\Manage\Http\Controllers\Reporting\Controller as BaseController;

use Webkul\Admin\Helpers\Reporting;

class ReportingController extends BaseController
{
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace NexaMerchant\Apis\Http\Controllers\Api\V1\Admin\Reporting;

use Webkul\Admin\Helpers\Reporting;

class SaleController extends ReportingController
{
/**
Expand Down

0 comments on commit b720bbc

Please sign in to comment.