comment tweak
This commit is contained in:
parent
221d2f8af5
commit
64c284bcfa
|
@ -128,7 +128,7 @@ protected function resolve($migrations)
|
||||||
}
|
}
|
||||||
|
|
||||||
// At this point the migrations are only sorted within their
|
// At this point the migrations are only sorted within their
|
||||||
// bundles so we need to re-sort them by name to ensure they
|
// bundles so we need to resort them by name to ensure they
|
||||||
// are in a consistent order.
|
// are in a consistent order.
|
||||||
usort($migrations, function($a, $b)
|
usort($migrations, function($a, $b)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue