← All changes
|
Modules/Integrations/FluentCart/Http/cart_api.php
+3
-1
2.4.01
→
2.10.01
View file →
| @@ -1,8 +1,10 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | +defined('ABSPATH') || exit; | |
| 4 | + | |
| 3 | 5 | /** |
| 4 | - * @var $router FluentCommunity\Framework\Http\Router | |
| 6 | + * @var FluentCommunity\Framework\Http\Router $router | |
| 5 | 7 | */ |
| 6 | 8 | |
| 7 | 9 | $router->prefix('cart') |
| 8 | 10 | ->namespace('FluentCommunity\Modules\Integrations\FluentCart\Http\Controllers') |