@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace WebStream\Annotation; |
3 | 3 | |
4 | -use WebStream\Core\CoreInterface; |
|
5 | 4 | use WebStream\Annotation\Base\Annotation; |
6 | 5 | use WebStream\Annotation\Base\IAnnotatable; |
7 | 6 | use WebStream\Annotation\Base\IRead; |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace WebStream\Annotation; |
3 | 3 | |
4 | -use WebStream\Core\CoreInterface; |
|
5 | 4 | use WebStream\Annotation\Base\Annotation; |
6 | 5 | use WebStream\Annotation\Base\IAnnotatable; |
7 | 6 | use WebStream\Annotation\Base\IRead; |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace WebStream\Annotation; |
3 | 3 | |
4 | -use WebStream\Core\CoreInterface; |
|
5 | 4 | use WebStream\Annotation\Base\Annotation; |
6 | 5 | use WebStream\Annotation\Base\IAnnotatable; |
7 | 6 | use WebStream\Annotation\Base\IMethod; |
@@ -1,7 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | namespace WebStream\Annotation; |
3 | 3 | |
4 | -use WebStream\Core\CoreInterface; |
|
5 | 4 | use WebStream\Annotation\Base\Annotation; |
6 | 5 | use WebStream\Annotation\Base\IAnnotatable; |
7 | 6 | use WebStream\Annotation\Base\IMethod; |
@@ -10,7 +9,6 @@ discard block |
||
10 | 9 | use WebStream\Module\Utility\CommonUtils; |
11 | 10 | use WebStream\Module\Utility\ApplicationUtils; |
12 | 11 | use WebStream\Module\ClassLoader; |
13 | -use WebStream\DI\ServiceLocator; |
|
14 | 12 | use WebStream\Exception\Extend\ValidateException; |
15 | 13 | use WebStream\Exception\Extend\AnnotationException; |
16 | 14 |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use WebStream\Exception\ApplicationException; |
7 | 7 | use WebStream\Exception\SystemException; |
8 | 8 | use WebStream\Exception\DelegateException; |
9 | -use WebStream\DI\ServiceLocator; |
|
10 | 9 | |
11 | 10 | /** |
12 | 11 | * Applicationクラス |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use WebStream\Annotation\Filter; |
8 | 8 | use WebStream\Annotation\Base\IAnnotatable; |
9 | 9 | use WebStream\Database\DatabaseManager; |
10 | -use WebStream\Database\Result; |
|
11 | 10 | use WebStream\Exception\Extend\DatabaseException; |
12 | 11 | use WebStream\Exception\Extend\MethodNotFoundException; |
13 | 12 |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use WebStream\Core\CoreHelper; |
8 | 8 | use WebStream\Module\Container; |
9 | 9 | use WebStream\Module\Utility\FileUtils; |
10 | -use WebStream\Exception\Extend\RouterException; |
|
11 | 10 | use WebStream\Exception\Extend\ResourceNotFoundException; |
12 | 11 | |
13 | 12 | /** |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace WebStream\Log; |
3 | 3 | |
4 | 4 | use WebStream\Module\Utility\FileUtils; |
5 | -use WebStream\Module\Container; |
|
6 | 5 | use WebStream\DI\ServiceLocator; |
7 | 6 | use WebStream\Exception\Extend\LoggerException; |
8 | 7 |
@@ -7,7 +7,6 @@ |
||
7 | 7 | */ |
8 | 8 | |
9 | 9 | use WebStream\Module\Security; |
10 | -use WebStream\DI\ServiceLocator; |
|
11 | 10 | use WebStream\Log\Logger; |
12 | 11 | |
13 | 12 | /** |