Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed Aug 13, 2021
1 parent c083ae9 commit 1d34504
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Services/Agnostic/BaseRoutesConfigurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class BaseRoutesConfigurator
/**
* @var RouterInterface $router Роутер.
*/
protected static$router;
protected static $router;

/**
* @var ResourceCheckerConfigCacheFactory $cacheFactory
Expand Down
2 changes: 1 addition & 1 deletion Services/Agnostic/BitrixInitializerRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Prokl\BitrixSymfonyRouterBundle\Services\Agnostic;

use Prokl\BitrixSymfonyRouterBundle\Services\Agnostic\Contracts\RouterInitializerInterface;
use Prokl\BitrixSymfonyRouterBundle\Services\Router\InitRouter;
use Prokl\WpSymfonyRouterBundle\Services\Agnostic\Contracts\RouterInitializerInterface;

/**
* Class BitrixInitializerRouter
Expand Down
4 changes: 2 additions & 2 deletions Services/Agnostic/Contracts/RouterInitializerInterface.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

namespace Prokl\WpSymfonyRouterBundle\Services\Agnostic\Contracts;
namespace Prokl\BitrixSymfonyRouterBundle\Services\Agnostic\Contracts;

use Prokl\BitrixSymfonyRouterBundle\Services\Router\InitRouter;

/**
* Interface Prokl\WpSymfonyRouterBundle\Services\Agnostic\Contracts
* Interface Prokl\BitrixSymfonyRouterBundle\Services\Agnostic\Contracts
* @package Local\Bitrix
*
* @since 24.07.2021
Expand Down
2 changes: 1 addition & 1 deletion Services/Agnostic/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Prokl\BitrixSymfonyRouterBundle\Services\Agnostic;

use Prokl\BitrixSymfonyRouterBundle\Services\Agnostic\Contracts\RouterInitializerInterface;
use Prokl\BitrixSymfonyRouterBundle\Services\Controllers\ErrorJsonController;
use Prokl\BitrixSymfonyRouterBundle\Services\Router\InitRouter;
use Prokl\WpSymfonyRouterBundle\Services\Agnostic\Contracts\RouterInitializerInterface;
use Symfony\Component\EventDispatcher\EventDispatcher;
use Symfony\Component\HttpFoundation\RequestStack;
use Symfony\Component\HttpKernel\Controller\ArgumentResolver;
Expand Down

0 comments on commit 1d34504

Please sign in to comment.