fix some problems on the CLI and allow specification of environment and database.

This commit is contained in:
Taylor Otwell
2012-01-24 11:51:15 -06:00
parent ec2fc6ddd0
commit 62571b3971
3 changed files with 44 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
<?php namespace Laravel\CLI\Tasks\Migrate;
use Laravel\Request;
use Laravel\Database as DB;
class Database {