@@ -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; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Anomaly\Streams\Platform\Model\EloquentModel; |
7 | 7 | use Anomaly\Streams\Platform\Stream\Contract\StreamInterface; |
8 | 8 | use Robbo\Presenter\PresentableInterface; |
9 | -use Robbo\Presenter\Robbo; |
|
10 | 9 | |
11 | 10 | /** |
12 | 11 | * Class AssignmentModel |
@@ -3,7 +3,6 @@ |
||
3 | 3 | use Anomaly\Streams\Platform\Support\Resolver; |
4 | 4 | use Closure; |
5 | 5 | use Illuminate\Contracts\Config\Repository; |
6 | -use Illuminate\Contracts\Events\Dispatcher; |
|
7 | 6 | use Illuminate\Http\Request; |
8 | 7 | use Illuminate\Routing\Redirector; |
9 | 8 |
@@ -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; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | use Illuminate\Console\Command; |
4 | 4 | use Illuminate\Contracts\Bus\SelfHandling; |
5 | -use Illuminate\Contracts\Config\Repository; |
|
6 | 5 | use Michelf\Markdown; |
7 | 6 | |
8 | 7 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | use Anomaly\Streams\Platform\Support\Collection; |
4 | 4 | use Illuminate\Console\Command; |
5 | 5 | use Illuminate\Contracts\Bus\SelfHandling; |
6 | -use Illuminate\Contracts\Config\Repository; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * Class SetAdminData |
@@ -3,7 +3,6 @@ |
||
3 | 3 | use Anomaly\Streams\Platform\Support\Collection; |
4 | 4 | use Illuminate\Console\Command; |
5 | 5 | use Illuminate\Contracts\Bus\SelfHandling; |
6 | -use Illuminate\Contracts\Config\Repository; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * Class SetApplicationData |
@@ -3,7 +3,6 @@ |
||
3 | 3 | use Anomaly\Streams\Platform\Support\Collection; |
4 | 4 | use Illuminate\Console\Command; |
5 | 5 | use Illuminate\Contracts\Bus\SelfHandling; |
6 | -use Illuminate\Contracts\Config\Repository; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * Class SetDatabaseData |