tweaking the release script.

This commit is contained in:
Taylor Otwell 2012-03-27 15:44:08 -05:00
parent b102155ed7
commit 043b2cee50
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ $loader->register();
$loader->registerNamespace('Symfony', __DIR__.'/vendor');
use Laravel\File;
use Symfony\Component\Console\Application;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;