fix migrator.

This commit is contained in:
Taylor Otwell
2012-01-30 10:07:05 -06:00
parent 64c284bcfa
commit 75abe2237b
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ class Resolver {
// naming collisions with other bundle's migrations.
$prefix = Bundle::class_prefix($bundle);
$class = $prefix.substr($name, 11);
$class = $prefix.substr($name, 22);
$migration = new $class;