Skip to content

Commit 7cf8b8c

Browse files
committed
Remove beginning forward slash of the path
1 parent c479438 commit 7cf8b8c

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
@@ -141,7 +141,7 @@ public function run(array $params = [])
141141
}
142142

143143
// full path
144-
$path = $homepath . '/Database/Seeds/' . $name . '.php';
144+
$path = $homepath . 'Database/Seeds/' . $name . '.php';
145145

146146
// Class name should be pascal case now (camel case with upper first letter)
147147
$name = pascalize($name);

0 commit comments

Comments
 (0)