@@ -1,7 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Elgg\Database\EntityTable\UserFetchFailureException; |
|
4 | - |
|
5 | 3 | /** |
6 | 4 | * Elgg Annotations |
7 | 5 | * |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Elgg\Http; |
3 | 3 | |
4 | 4 | use Symfony\Component\HttpFoundation\Request as SymfonyRequest; |
5 | -use Elgg\Application; |
|
6 | 5 | |
7 | 6 | /** |
8 | 7 | * Elgg HTTP request. |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Elgg\Http\Request; |
7 | 7 | use Symfony\Component\HttpFoundation\BinaryFileResponse; |
8 | 8 | use Symfony\Component\HttpFoundation\Response; |
9 | -use Symfony\Component\HttpFoundation\StreamedResponse; |
|
10 | 9 | |
11 | 10 | /** |
12 | 11 | * Simplecache handler |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Elgg\Database; |
3 | 3 | |
4 | 4 | use Elgg\Cache\Pool; |
5 | -use Elgg\Config; |
|
6 | 5 | use Elgg\Profilable; |
7 | 6 | use Exception; |
8 | 7 | use Elgg\Cache\PluginSettingsCache; |
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Elgg\Filesystem\Directory; |
|
4 | 3 | use Elgg\Application; |
5 | 4 | use Elgg\Config; |
6 | 5 | use Elgg\Database\DbConfig; |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use Elgg\Filesystem\Directory; |
4 | -use Elgg\Application; |
|
5 | 4 | use Elgg\Project\Paths; |
6 | 5 | use Elgg\Http\Request; |
7 | 6 |
@@ -48,7 +48,6 @@ |
||
48 | 48 | |
49 | 49 | use Elgg\Menu\Menu; |
50 | 50 | use Elgg\Menu\UnpreparedMenu; |
51 | -use Elgg\Includer; |
|
52 | 51 | use Elgg\Project\Paths; |
53 | 52 | |
54 | 53 | /** |
@@ -1,8 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Elgg; |
3 | -use Elgg\Filesystem\Directory\Local; |
|
4 | -use Phinx\Console\PhinxApplication; |
|
5 | -use Phinx\Wrapper\TextWrapper; |
|
6 | 3 | |
7 | 4 | /** |
8 | 5 | * Upgrade service for Elgg |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Elgg\Database; |
6 | 6 | use Elgg\Database\EntityTable; |
7 | 7 | use Elgg\Database\Plugins; |
8 | -use Elgg\Database\SiteSecret; |
|
9 | 8 | |
10 | 9 | /** |
11 | 10 | * Serializable collection of data used to boot Elgg |