Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/inikoo/aiku into main
Browse files Browse the repository at this point in the history
  • Loading branch information
YudhistiraA committed Jan 6, 2025
2 parents a274500 + 3d6387b commit 1766ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Illuminate\Queue\Middleware\WithoutOverlapping;
use Lorisleiva\Actions\Concerns\AsAction;

class AssetHydrateInvoicesStats
class AssetHydrateInvoicesCustomersStats
{
use AsAction;
use WithEnumStats;
Expand Down
2 changes: 1 addition & 1 deletion app/Actions/Discounts/Offer/UI/IndexOffers.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function htmlResponse(LengthAwarePaginator $offers, ActionRequest $reques
$iconRight = null;

return Inertia::render(
'Org/Shop/B2b/Offers/Offers',
'Org/Discounts/Offers',
[
'breadcrumbs' => $this->getBreadcrumbs(
$request->route()->getName(),
Expand Down

0 comments on commit 1766ee2

Please sign in to comment.