Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Bähr committed Nov 23, 2023
1 parent a81b146 commit e1adfe1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

namespace ValanticSpryker\Zed\CacheManagerGui\Business;

use Spryker\Client\Storage\StorageClientInterface;
use Spryker\Zed\Kernel\Business\AbstractBusinessFactory;
use ValanticSpryker\Zed\CacheManagerGui\Business\Model\CacheManager;
use ValanticSpryker\Zed\CacheManagerGui\CacheManagerGuiDependencyProvider;
use ValanticSpryker\Zed\CacheManagerGui\Communication\Plugin\CacheManagerPluginCollection;
use Spryker\Client\Storage\StorageClientInterface;
use Spryker\Zed\Kernel\Business\AbstractBusinessFactory;

class CacheManagerGuiBusinessFactory extends AbstractBusinessFactory
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

declare(strict_types = 1);

namespace Pyz\Zed\CacheManagerGui\Business\Model;
namespace ValanticSpryker\Zed\CacheManagerGui\Business\Model;

use Generated\Shared\Transfer\CacheManagerDeleteTransfer;
use Generated\Shared\Transfer\CacheManagerPluginTransfer;
use Pyz\Zed\CacheManagerGui\Communication\Plugin\CacheManagerPluginCollection;
use Spryker\Client\Storage\Redis\Service;
use Spryker\Client\Storage\StorageClientInterface;
use ValanticSpryker\Zed\CacheManagerGui\Communication\Plugin\CacheManagerPluginCollection;

class CacheManager
{
/**
* @param \Pyz\Zed\CacheManagerGui\Communication\Plugin\CacheManagerPluginCollection $cacheManagerPluginCollection
* @param \ValanticSpryker\Zed\CacheManagerGui\Communication\Plugin\CacheManagerPluginCollection $cacheManagerPluginCollection
* @param \Spryker\Client\Storage\StorageClientInterface $storageClient
*/
public function __construct(private CacheManagerPluginCollection $cacheManagerPluginCollection, private StorageClientInterface $storageClient)
Expand Down

0 comments on commit e1adfe1

Please sign in to comment.