Completed
Pull Request — develop (#115)
by Neil
03:06
created
app/Api/Controllers/General/ResourceController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,9 +27,9 @@
 block discarded – undo
27 27
 
28 28
 use App\Api\Controllers\Controller;
29 29
 use App\Models\General\IPv4;
30
+use App\Models\General\IPv4Mac;
30 31
 use App\Models\General\IPv6;
31 32
 use App\Models\Port;
32
-use App\Models\General\IPv4Mac;
33 33
 use Dingo\Api\Http;
34 34
 use Dingo\Api\Routing\Helpers;
35 35
 use Illuminate\Http\Request;
Please login to merge, or discard this patch.
app/DataTables/General/SearchDataTable.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -223,6 +223,9 @@
 block discarded – undo
223 223
         ];
224 224
     }
225 225
 
226
+    /**
227
+     * @param string $type
228
+     */
226 229
     public function forType($type)
227 230
     {
228 231
         $this->type = $type;
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -26,12 +26,10 @@
 block discarded – undo
26 26
 namespace App\DataTables\General;
27 27
 
28 28
 use App\Models\General\IPv4;
29
-use App\Models\General\IPv6;
30 29
 use App\Models\General\IPv4Mac;
31
-use App\Models\Device;
30
+use App\Models\General\IPv6;
32 31
 use App\Models\Port;
33 32
 use Yajra\Datatables\Services\DataTable;
34
-use Illuminate\Http\Request;
35 33
 
36 34
 class SearchDataTable extends DataTable
37 35
 {
Please login to merge, or discard this patch.