File tree Expand file tree Collapse file tree
src/Api/Endpoints/Products Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ;
1111use ZIORWebDev \WordPressBlocks \Controllers \Products as ProductsController ;
1212
1313// Exit if accessed directly.
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
You can’t perform that action at this time.
0 commit comments