Skip to content

Commit c479438

Browse files
committed
Add DIRECTORY_SEPARATOR at the end of homepath
1 parent 81203fc commit c479438

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Commands/Database/CreateSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function run(array $params = [])
130130
{
131131
if ($namespace === $ns)
132132
{
133-
$homepath = realpath(reset($path));
133+
$homepath = realpath(reset($path)) . DIRECTORY_SEPARATOR;
134134
break;
135135
}
136136
}

0 commit comments

Comments
 (0)