Browse Source

remove unnecessary imports.

Taylor Otwell 13 years ago
parent
commit
b8f17bb82d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      laravel/cli/artisan.php

+ 0 - 2
laravel/cli/artisan.php

@@ -1,9 +1,7 @@
 <?php namespace Laravel\CLI; defined('APP_PATH') or die('No direct script access.');
 
-use Laravel\IoC;
 use Laravel\Bundle;
 use Laravel\Config;
-use Laravel\Database as DB;
 
 /**
  * Fire up the default bundle. This will ensure any dependencies that