| 1 | <?php |
| 2 | declare( strict_types = 1 ); |
| 3 | |
| 4 | namespace Automattic\WooCommerce\StoreApi\Routes\V1\AI; |
| 5 | |
| 6 | use Automattic\WooCommerce\StoreApi\Exceptions\RouteException; |
| 7 | |
| 8 | /** |
| 9 | * Middleware class. |
| 10 | * |
| 11 | * @internal |
| 12 | * @deprecated This class can't be removed due https://github.com/woocommerce/woocommerce/issues/52311. |
| 13 | */ |
| 14 | class Middleware {} |
| 15 |