@@ -2,7 +2,6 @@ discard block |
||
| 2 | 2 | |
| 3 | 3 | namespace Charcoal\Admin\Widget; |
| 4 | 4 | |
| 5 | -use ArrayIterator; |
|
| 6 | 5 | use Charcoal\Model\ModelInterface; |
| 7 | 6 | use RuntimeException; |
| 8 | 7 | use InvalidArgumentException; |
@@ -11,7 +10,6 @@ discard block |
||
| 11 | 10 | use Pimple\Container; |
| 12 | 11 | |
| 13 | 12 | // From 'bobthecow/mustache.php' |
| 14 | -use Mustache_LambdaHelper as LambdaHelper; |
|
| 15 | 13 | |
| 16 | 14 | // From 'charcoal-config' |
| 17 | 15 | use Charcoal\Config\ConfigurableInterface; |
@@ -20,7 +18,6 @@ discard block |
||
| 20 | 18 | use Charcoal\Factory\FactoryInterface; |
| 21 | 19 | |
| 22 | 20 | // From 'charcoal-core' |
| 23 | -use Charcoal\Loader\CollectionLoader; |
|
| 24 | 21 | |
| 25 | 22 | // From 'charcoal-translator' |
| 26 | 23 | use Charcoal\Translator\Translation; |
@@ -25,7 +25,6 @@ |
||
| 25 | 25 | // From 'locomotivemtl/charcoal-attachments' |
| 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 | |
| 14 | 14 | // From 'locomotivemtl/charcoal-attachments' |
| 15 | 15 | use Charcoal\Attachment\Interfaces\AttachableInterface; |
| 16 | -use Charcoal\Attachment\Interfaces\AttachmentContainerInterface; |
|
| 17 | - |
|
| 18 | 16 | use Charcoal\Attachment\Object\Join; |
| 19 | 17 | use Charcoal\Attachment\Object\Attachment; |
| 20 | 18 | |