removed unused 'use' statements

This commit is contained in:
Andy Miller
2015-04-28 11:31:28 -06:00
parent 3a25f028df
commit 9bce9ce026
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
<?php
namespace Grav\Common;
use Grav\Common\Filesystem\Folder;
use Grav\Common\Page\Medium\ImageMedium;
use Grav\Common\Page\Pages;
use Grav\Common\Service\ConfigServiceProvider;

View File

@@ -2,7 +2,6 @@
namespace Grav\Console\Cli;
use Grav\Common\Filesystem\Folder;
use Grav\Common\Utils;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Formatter\OutputFormatterStyle;
use Symfony\Component\Console\Input\InputArgument;