clean up a few things.

This commit is contained in:
Taylor Otwell
2012-02-02 15:54:28 -06:00
parent b97dccfbbc
commit b989594c82
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ abstract class Provider {
// so the bundle will be usable by the develoepr.
$path = $this->path($bundle);
File::cpdir($latest->getRealPath(), path('bundle').$path);
File::mvdir($latest->getRealPath(), path('bundle').$path);
@unlink($target);
}