fixes #701
This commit is contained in:
parent
767172a60d
commit
3a0f99f637
@ -864,7 +864,7 @@ class Doctrine_Inflector
|
|||||||
preg_replace('/([A-Z]+)([A-Z][a-z])/', '\1_\2',
|
preg_replace('/([A-Z]+)([A-Z][a-z])/', '\1_\2',
|
||||||
preg_replace('/::/', '/', $text)))));
|
preg_replace('/::/', '/', $text)))));
|
||||||
|
|
||||||
return trim($text);
|
return trim($text, '-');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user