Skip to content

Commit

Permalink
TE-10886 Dynamic store. (#9457)
Browse files Browse the repository at this point in the history
TE-10886 Release Dynamic Store
  • Loading branch information
demkos authored Mar 31, 2023
1 parent 526c25b commit 0021d53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/_data/Fixtures/Controller/MockController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

use Spryker\Zed\Kernel\Communication\Controller\AbstractController;

/**
* @method \Spryker\Zed\Router\Communication\RouterCommunicationFactory getFactory()
* @method \Spryker\Zed\Router\Business\RouterFacadeInterface getFacade()
*/
class MockController extends AbstractController
{
/**
Expand Down

0 comments on commit 0021d53

Please sign in to comment.