@@ -2,7 +2,6 @@ discard block |
||
2 | 2 | |
3 | 3 | namespace Charcoal\Admin\Widget; |
4 | 4 | |
5 | -use ArrayIterator; |
|
6 | 5 | use RuntimeException; |
7 | 6 | use InvalidArgumentException; |
8 | 7 | |
@@ -10,7 +9,6 @@ discard block |
||
10 | 9 | use Pimple\Container; |
11 | 10 | |
12 | 11 | // From Mustache |
13 | -use Mustache_LambdaHelper as LambdaHelper; |
|
14 | 12 | |
15 | 13 | // From 'charcoal-config' |
16 | 14 | use Charcoal\Config\ConfigurableInterface; |
@@ -19,7 +17,6 @@ discard block |
||
19 | 17 | use Charcoal\Factory\FactoryInterface; |
20 | 18 | |
21 | 19 | // From 'charcoal-core' |
22 | -use Charcoal\Loader\CollectionLoader; |
|
23 | 20 | use Charcoal\Model\ModelInterface; |
24 | 21 | |
25 | 22 | // From 'charcoal-translator' |
@@ -25,7 +25,6 @@ |
||
25 | 25 | // From 'charcoal-attachment' |
26 | 26 | use Charcoal\Attachment\Interfaces\AttachableInterface; |
27 | 27 | use Charcoal\Attachment\Interfaces\AttachmentContainerInterface; |
28 | - |
|
29 | 28 | use Charcoal\Attachment\Object\File; |
30 | 29 | use Charcoal\Attachment\Object\Image; |
31 | 30 | use Charcoal\Attachment\Object\Text; |
@@ -13,8 +13,6 @@ |
||
13 | 13 | // From 'charcoal-attachment' |
14 | 14 | use Charcoal\Attachment\Interfaces\AttachableInterface; |
15 | 15 | use Charcoal\Attachment\Interfaces\AttachmentAwareInterface; |
16 | -use Charcoal\Attachment\Interfaces\AttachmentContainerInterface; |
|
17 | - |
|
18 | 16 | use Charcoal\Attachment\Object\Join; |
19 | 17 | use Charcoal\Attachment\Object\Attachment; |
20 | 18 |
@@ -24,7 +24,6 @@ |
||
24 | 24 | use League\CLImate\Util\UtilFactory; |
25 | 25 | |
26 | 26 | // From 'charcoal-core' |
27 | -use Charcoal\Source\DatabaseSource; |
|
28 | 27 | use Charcoal\Model\ServiceProvider\ModelServiceProvider; |
29 | 28 | |
30 | 29 | // From 'charcoal-user' |