From 29a659ff699fe9113ac57f81e90eec400f33582e Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 27 Jun 2025 16:53:04 +1000 Subject: [PATCH] Fix typo in 553368c that stopped configuration defaults from loading --- config/pla.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pla.php b/config/pla.php index 098f10a8..342adbd0 100644 --- a/config/pla.php +++ b/config/pla.php @@ -95,7 +95,7 @@ return [ 'template' => [ 'dir' => env('LDAP_TEMPLATE_DRIVER','templates'), 'exclude_system' => env('LDAP_TEMPLATE_EXCLUDE_SYSTEM',FALSE), - 'getnexnumber' => [ + 'getnextnumber' => [ 'gidnumber' => env('LDAP_TEMPLATE_GIDNUMBER_START', 1000), 'uidnumber' => env('LDAP_TEMPLATE_UIDNUMBER_START', 1000), ],