Skip to content

Commit

Permalink
Remove not used imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed May 2, 2020
1 parent 4f46c4c commit 963f4ca
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions phalcon/Config/ConfigFactory.zep
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,14 @@
*
* (c) Phalcon Team <team@phalcon.io>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
* For the full copyright and license information, please view the
* LICENSE.txt file that was distributed with this source code.
*/

namespace Phalcon\Config;

use Phalcon\Config;
use Phalcon\Config\Adapter\Grouped;
use Phalcon\Config\Adapter\Ini;
use Phalcon\Config\Adapter\Json;
use Phalcon\Config\Adapter\Php;
use Phalcon\Config\Adapter\Yaml;
use Phalcon\Factory\AbstractFactory;
use Phalcon\Factory\Exception as FactoryException;
use Phalcon\Helper\Arr;

/**
Expand Down

0 comments on commit 963f4ca

Please sign in to comment.