Remove obsolete namespace import in config.php.
This commit is contained in:
parent
83f7847ccd
commit
b40e13a892
|
@ -1,7 +1,5 @@
|
||||||
<?php namespace Laravel; defined('DS') or die('No direct script access.');
|
<?php namespace Laravel; defined('DS') or die('No direct script access.');
|
||||||
|
|
||||||
use Closure;
|
|
||||||
|
|
||||||
class Config {
|
class Config {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue