Completed
Push — master ( b81a63...5c5ce9 )
by CodexShaper
03:29
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
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -135,6 +135,10 @@
 block discarded – undo
135 135
         }
136 136
     }
137 137
 
138
+    /**
139
+     * @param string $root
140
+     * @param string $camel_case
141
+     */
138 142
     protected static function updateComposer($root, $camel_case)
139 143
     {
140 144
         $file = $root.'/composer.json';
Please login to merge, or discard this patch.