Skip to content

Commit

Permalink
fix cms api
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Dec 23, 2024
1 parent 455c141 commit 66b4153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/Api/V1/Admin/CMS/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Event;
use Nicelizhi\Manage\Http\Requests\MassDestroyRequest;
use Webkul\CMS\Repositories\CmsRepository as PageRepository;
use Webkul\CMS\Repositories\CmsRepository as PageRepository; // Change this line
use Webkul\Core\Rules\Slug;
use NexaMerchant\Apis\Http\Resources\Api\V1\Admin\CMS\PageResource;

Expand Down

0 comments on commit 66b4153

Please sign in to comment.