We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7937beb commit 4347becCopy full SHA for 4347bec
1 file changed
src/Smrtr/MysqlVersionControl/DbConfig.php
@@ -60,6 +60,6 @@ protected static function getProjectPath()
60
{
61
$parts = explode('vendor', __FILE__);
62
array_pop($parts);
63
- return trim(implode('vendor', $parts), '/\\');
+ return rtrim(implode('vendor', $parts), '/\\');
64
}
65
0 commit comments