Browse Source

Remove unused import.

Mark Story 10 years ago
parent
commit
793c45e9f7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/View/Cell.php

+ 0 - 1
src/View/Cell.php

@@ -16,7 +16,6 @@ namespace Cake\View;
 
 use BadMethodCallException;
 use Cake\Cache\Cache;
-use Cake\Core\Configure;
 use Cake\Datasource\ModelAwareTrait;
 use Cake\Event\EventDispatcherTrait;
 use Cake\Event\EventManager;