Skip to content

Commit

Permalink
SPRY-3032 Add CacheManagerDeleteTransfer to CacheManagerFacade and Ca…
Browse files Browse the repository at this point in the history
…cheManagerFacadeInterface.
  • Loading branch information
HaukeBST committed May 21, 2024
1 parent e14626a commit 3318678
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

namespace ValanticSpryker\Zed\CacheManager\Business;

use Generated\Shared\Transfer\CacheManagerDeleteTransfer;
use Spryker\Zed\Kernel\Business\AbstractFacade;

/**
* @method \ValanticSpryker\Zed\CacheManager\Business\CacheManagerBusinessFactory getFactory()
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

namespace ValanticSpryker\Zed\CacheManager\Business;

use Generated\Shared\Transfer\CacheManagerDeleteTransfer;

interface CacheManagerFacadeInterface
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Spryker\Zed\Kernel\Business\AbstractFacade;

/**
* @method \ValanticSpryker\Zed\CacheManager\Business\CacheManagerBusinessFactory getFactory()
* @method \ValanticSpryker\Zed\CacheManagerGui\Business\CacheManagerBusinessFactory getFactory()
*/
class CacheManagerGuiFacade extends AbstractFacade implements CacheManagerGuiFacadeInterface
{
Expand Down

0 comments on commit 3318678

Please sign in to comment.