diff --git a/framework/helpers/BaseInflector.php b/framework/helpers/BaseInflector.php index 48139e9..6c26bde 100644 --- a/framework/helpers/BaseInflector.php +++ b/framework/helpers/BaseInflector.php @@ -331,7 +331,7 @@ class BaseInflector */ public static function camel2id($name, $separator = '-', $strict = false) { - $regex = ($strict)?'/[A-Z]/':'/(?