Completed
Push — master ( f1a583...be90cc )
by CodexShaper
03:48
created
src/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use CodexShaper\App\User;
6 6
 use CodexShaper\Database\Database;
7
-use CodexShaper\Database\Facades\DB;
8 7
 use CodexShaper\WP\Support\Facades\Config;
9 8
 use Illuminate\Container\Container;
10 9
 use Illuminate\Contracts\Container\Container as ContainerInterface;
Please login to merge, or discard this patch.
src/ComposerScripts.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace CodexShaper\WP;
4 4
 
5 5
 use Composer\Script\Event;
6
-use Symfony\Component\Process\Process;
7 6
 
8 7
 class ComposerScripts
9 8
 {
Please login to merge, or discard this patch.