Skip to content

Commit 851124a

Browse files
committed
Update Lists.php
1 parent fc3fd3b commit 851124a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/Api/Endpoints/Products/Lists.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* Products Lists endpoint
44
*
5-
* @package ZIORWebDev\WordPressBlocks\Api\EndPoints\Products
5+
* @package ZIORWebDev\WordPressBlocks\Api\Endpoints\Products
66
* @since 1.0.0
77
*/
8-
namespace ZIORWebDev\WordPressBlocks\Api\EndPoints\Products;
8+
namespace ZIORWebDev\WordPressBlocks\Api\Endpoints\Products;
99

10-
use ZIORWebDev\WordPressBlocks\Api\EndPoints;
10+
use ZIORWebDev\WordPressBlocks\Api\Endpoints;
1111
use ZIORWebDev\WordPressBlocks\Controllers\Products as ProductsController;
1212

1313
// Exit if accessed directly.
@@ -18,10 +18,10 @@
1818
/**
1919
* Products Lists endpoint
2020
*
21-
* @package ZIORWebDev\WordPressBlocks\Api\EndPoints\Products
21+
* @package ZIORWebDev\WordPressBlocks\Api\Endpoints\Products
2222
* @since 1.0.0
2323
*/
24-
class Lists extends EndPoints\Base {
24+
class Lists extends Endpoints\Base {
2525

2626
/**
2727
* Route path

0 commit comments

Comments
 (0)