# fluent-cart/1.6.4/api/Invokable/DummyProduct.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.6.4. 13 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.6.4/code/api/Invokable/DummyProduct.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.6.4/raw/api/Invokable/DummyProduct.php
- Modified: 2025-10-14T16:36:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-cart/1.6.4/code/api/Invokable/DummyProduct.php#L10-L20`.

```php
<?php

namespace FluentCart\Api\Invokable;

use FluentCart\Framework\Support\Arr;

class DummyProduct
{
    public function __invoke($app, $params)
    {
        \FluentCart\App\Services\Async\DummyProductService::createAll(Arr::get($params, 'category'));
    }
}
```
