From c3d2ad7874f5b82fb2a84fbf24f9fb8ddb330afe Mon Sep 17 00:00:00 2001 From: Filis Date: Thu, 21 Jul 2016 15:27:42 +0200 Subject: [PATCH 1/2] missed quotation marks --- packages/auth/types/acl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/types/acl.html b/packages/auth/types/acl.html index 58814c9d9..65219f82d 100644 --- a/packages/auth/types/acl.html +++ b/packages/auth/types/acl.html @@ -195,7 +195,7 @@

get_config($key, $default = null)

Example
// get a config value of the simpleacl driver, return false if it doesn't exist
-$key = Auth::instance(simpleacl)->get_config('key', false);
+$key = Auth::instance('simpleacl')->get_config('key', false);
 
From 10336710c9b08fd16b9ecca980f30482498a5e16 Mon Sep 17 00:00:00 2001 From: Filis Date: Thu, 21 Jul 2016 15:32:44 +0200 Subject: [PATCH 2/2] missed quotation marks --- packages/auth/types/group.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/types/group.html b/packages/auth/types/group.html index 4fd618930..569633e70 100644 --- a/packages/auth/types/group.html +++ b/packages/auth/types/group.html @@ -207,7 +207,7 @@

get_config($key, $default = null)

Example
// get a config value of the simplegroup driver, return false if it doesn't exist
-$key = Auth::instance(simplegroup)->get_config('key', false);
+$key = Auth::instance('simplegroup')->get_config('key', false);