From 8046ed9683739ac227ca4f8da7318c2ea330589f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Gallego?= Date: Fri, 29 May 2015 12:13:14 +0200 Subject: [PATCH] Update RoleService.php --- src/ZfcRbac/Service/RoleService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZfcRbac/Service/RoleService.php b/src/ZfcRbac/Service/RoleService.php index 3c7bea6..80d50f5 100644 --- a/src/ZfcRbac/Service/RoleService.php +++ b/src/ZfcRbac/Service/RoleService.php @@ -84,7 +84,7 @@ public function setIdentityProvider(IdentityProviderInterface $identityProvider) } /** - * Set the identity provider + * Set the role provider * * @param RoleProviderInterface $roleProvider */