We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee4c74 commit f4db08cCopy full SHA for f4db08c
lib/ezsqlModel.php
@@ -251,7 +251,7 @@ public function __construct()
251
public function __call($function, $args)
252
{
253
$prefix = \substr($function, 0, 3);
254
- $property = \strtolower(\substr($function, 3, \strlen($function)));
+ $property = \lcfirst(\substr($function, 3, \strlen($function)));
255
// Todo: make properties PSR-1, add following for backward compatibility
256
if (\strpos($property, '_') !== false)
257
$property = \str_replace('_', '', $property);
0 commit comments