Skip to content

Commit

Permalink
SPRY-3032 Change visibility of getCacheManagerFacade method to public…
Browse files Browse the repository at this point in the history
… in CacheManagerGuiBusinessFactory and update method return type hint in CacheManagerGuiFacade.
  • Loading branch information
HaukeBST committed May 21, 2024
1 parent 3318678 commit 66d1e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CacheManagerGuiBusinessFactory extends AbstractBusinessFactory
/**
* @return \ValanticSpryker\Zed\CacheManager\Business\CacheManagerFacadeInterface
*/
private function getCacheManagerFacade(): CacheManagerFacadeInterface
public function getCacheManagerFacade(): CacheManagerFacadeInterface
{
return $this->getProvidedDependency(CacheManagerGuiDependencyProvider::FACADE_CACHE_MANAGER);
}
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\CacheManagerGui\Business\CacheManagerBusinessFactory getFactory()
* @method \ValanticSpryker\Zed\CacheManagerGui\Business\CacheManagerGuiBusinessFactory getFactory()
*/
class CacheManagerGuiFacade extends AbstractFacade implements CacheManagerGuiFacadeInterface
{
Expand Down

0 comments on commit 66d1e33

Please sign in to comment.