@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php namespace Anomaly\Streams\Platform\Addon; |
2 | 2 | |
3 | 3 | use Anomaly\Streams\Platform\Traits\FiresCallbacks; |
4 | -use Illuminate\Contracts\Container\Container; |
|
5 | 4 | use Illuminate\Contracts\Support\Arrayable; |
6 | 5 | use Illuminate\Foundation\Bus\DispatchesJobs; |
7 | 6 | use Robbo\Presenter\PresentableInterface; |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php namespace Anomaly\Streams\Platform\Addon\Console; |
2 | 2 | |
3 | 3 | use Anomaly\Streams\Platform\Addon\AddonManager; |
4 | -use Anomaly\Streams\Platform\Addon\Command\RegisterAddons; |
|
5 | 4 | use Anomaly\Streams\Platform\Addon\Console\Command\MakeAddonPaths; |
6 | 5 | use Anomaly\Streams\Platform\Addon\Console\Command\WriteAddonClass; |
7 | 6 | use Anomaly\Streams\Platform\Addon\Console\Command\WriteAddonComposer; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | use Closure; |
4 | 4 | use Illuminate\Contracts\Config\Repository; |
5 | -use Illuminate\Contracts\Events\Dispatcher; |
|
6 | 5 | use Illuminate\Foundation\Application; |
7 | 6 | use Illuminate\Http\Request; |
8 | 7 | use Illuminate\Routing\Redirector; |
@@ -24,7 +24,6 @@ |
||
24 | 24 | use Anomaly\Streams\Platform\Installer\InstallerCollection; |
25 | 25 | use Anomaly\Streams\Platform\Support\Collection; |
26 | 26 | use Illuminate\Console\Command; |
27 | -use Illuminate\Contracts\Config\Repository; |
|
28 | 27 | use Illuminate\Contracts\Events\Dispatcher; |
29 | 28 | use Illuminate\Foundation\Bus\DispatchesJobs; |
30 | 29 |
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php namespace Anomaly\Streams\Platform\Ui\Table\Component\Header\Guesser; |
2 | 2 | |
3 | -use Anomaly\Streams\Platform\Addon\Module\Module; |
|
4 | 3 | use Anomaly\Streams\Platform\Addon\Module\ModuleCollection; |
5 | 4 | use Anomaly\Streams\Platform\Stream\Contract\StreamInterface; |
6 | 5 | use Anomaly\Streams\Platform\Support\Str; |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php namespace Anomaly\Streams\Platform\Database\Migration\Console\Command; |
2 | 2 | |
3 | 3 | use Anomaly\Streams\Platform\Addon\AddonCollection; |
4 | -use Anomaly\Streams\Platform\Addon\Command\GetAddon; |
|
5 | 4 | use Illuminate\Foundation\Bus\DispatchesJobs; |
6 | 5 | use Illuminate\Console\Command; |
7 | 6 |
@@ -24,7 +24,6 @@ |
||
24 | 24 | use Anomaly\Streams\Platform\Installer\InstallerCollection; |
25 | 25 | use Anomaly\Streams\Platform\Support\Collection; |
26 | 26 | use Illuminate\Console\Command; |
27 | -use Illuminate\Contracts\Config\Repository; |
|
28 | 27 | use Illuminate\Contracts\Events\Dispatcher; |
29 | 28 | use Illuminate\Foundation\Bus\DispatchesJobs; |
30 | 29 |
@@ -2,9 +2,7 @@ |
||
2 | 2 | |
3 | 3 | use Anomaly\Streams\Platform\Application\Application; |
4 | 4 | use Anomaly\Streams\Platform\Stream\Contract\StreamInterface; |
5 | -use Illuminate\Contracts\Config\Repository; |
|
6 | 5 | use Illuminate\Filesystem\Filesystem; |
7 | -use Laravel\Scout\EngineManager; |
|
8 | 6 | |
9 | 7 | class DeleteEntryIndex |
10 | 8 | { |