Remove obsolete namespace import in config.php.

This commit is contained in:
Franz Liedke
2012-05-11 12:28:12 +03:00
parent 83f7847ccd
commit b40e13a892

View File

@@ -1,7 +1,5 @@
<?php namespace Laravel; defined('DS') or die('No direct script access.');
use Closure;
class Config {
/**