fix conflicts.

This commit is contained in:
Taylor Otwell
2012-04-10 10:10:31 -05:00
9 changed files with 30 additions and 14 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, 18);
$class = $prefix.\Laravel\Str::classify(substr($name, 18));
$migration = new $class;