Completed
Push — master ( a1edad )
by Ryan
13:00
created
src/Addon/Addon.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Addon/Console/MakeAddon.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Assignment/AssignmentModel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Http/Middleware/RedirectProtocol.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Http/Middleware/SetLocale.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Installer/Console/Command/ConfirmLicense.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
src/Installer/Console/Command/SetAdminData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Installer/Console/Command/SetApplicationData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Installer/Console/Command/SetDatabaseData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.