mirror of
https://github.com/getgrav/grav.git
synced 2026-05-06 01:55:55 +02:00
🎨 Correct inflector method call
This commit is contained in:
@@ -242,7 +242,7 @@ class Inflector
|
||||
*/
|
||||
public function tableize($class_name)
|
||||
{
|
||||
return $this->pluralize($this->underscore($class_name));
|
||||
return $this->pluralize($this->underscorize($class_name));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user