|
@@ -224,10 +224,12 @@ class Migrator extends Task {
|
|
|
{
|
|
|
$stub = File::get(path('sys').'cli/tasks/migrate/stub'.EXT);
|
|
|
|
|
|
+ $prefix = Bundle::class_prefix($bundle);
|
|
|
+
|
|
|
|
|
|
|
|
|
-
|
|
|
- $class = Bundle::class_prefix($bundle).Str::classify($migration);
|
|
|
+
|
|
|
+ $class = $prefix.Str::classify($migration);
|
|
|
|
|
|
return str_replace('{{class}}', $class, $stub);
|
|
|
}
|