From 294ca1226e03c5af994a78936f6b95336e086252 Mon Sep 17 00:00:00 2001 From: Eric Richer Date: Fri, 1 Mar 2024 13:42:57 -0500 Subject: [PATCH] Update guards.md fix a remaining reference to zfc_rbac --- docs/docs/guards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guards.md b/docs/docs/guards.md index 04a6048b..8b6c403e 100644 --- a/docs/docs/guards.md +++ b/docs/docs/guards.md @@ -422,7 +422,7 @@ following code in your config: ```php return [ - 'zfc_rbac' => [ + 'lmc_rbac' => [ 'guard_manager' => [ 'factories' => [ 'Application\Guard\IpGuard' => 'Application\Factory\IpGuardFactory'