-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from visto9259/2.x
Misc updates
- Loading branch information
Showing
78 changed files
with
330 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,22 +19,22 @@ | |
|
||
declare(strict_types=1); | ||
|
||
namespace LmcRbac\Container; | ||
namespace Lmc\Rbac\Container; | ||
|
||
use LmcRbac\Assertion\AssertionContainerInterface; | ||
use LmcRbac\Options\ModuleOptions; | ||
use LmcRbac\Rbac; | ||
use LmcRbac\Service\AuthorizationService; | ||
use LmcRbac\Service\RoleServiceInterface; | ||
use Lmc\Rbac\Assertion\AssertionContainerInterface; | ||
use Lmc\Rbac\Options\ModuleOptions; | ||
use Lmc\Rbac\Rbac; | ||
use Lmc\Rbac\Service\AuthorizationService; | ||
use Lmc\Rbac\Service\RoleServiceInterface; | ||
use Psr\Container\ContainerInterface; | ||
|
||
/** | ||
* Factory to create the authorization service | ||
* | ||
* @author Michaël Gallego <[email protected]> | ||
* @licence MIT | ||
* @deprecated Replaced by LmcRbac\Service\AuthorizationServiceFactory | ||
* @deprecated Replaced by Lmc\Rbac\Service\AuthorizationServiceFactory | ||
*/ | ||
final class AuthorizationServiceFactory extends \LmcRbac\Service\AuthorizationServiceFactory | ||
final class AuthorizationServiceFactory extends \Lmc\Rbac\Service\AuthorizationServiceFactory | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,18 +19,18 @@ | |
|
||
declare(strict_types=1); | ||
|
||
namespace LmcRbac\Container; | ||
namespace Lmc\Rbac\Container; | ||
|
||
use LmcRbac\Options\ModuleOptions; | ||
use Lmc\Rbac\Options\ModuleOptions; | ||
use Psr\Container\ContainerInterface; | ||
|
||
/** | ||
* Factory for the module options | ||
* | ||
* @author Michaël Gallego <[email protected]> | ||
* @licence MIT | ||
* @deprecated Replaced by LmcRbac\Options\ModuleOptionsFactory | ||
* @deprecated Replaced by Lmc\Rbac\Options\ModuleOptionsFactory | ||
*/ | ||
final class ModuleOptionsFactory extends \LmcRbac\Options\ModuleOptionsFactory | ||
final class ModuleOptionsFactory extends \Lmc\Rbac\Options\ModuleOptionsFactory | ||
{ | ||
} |
Oops, something went wrong.