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 1 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.
app/Http/Controllers/General/SearchController.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -23,11 +23,11 @@
 block discarded – undo
23 23
  * @author     Neil Lathwood <[email protected]>
24 24
  */
25 25
 
26
- namespace App\Http\Controllers\General;
26
+    namespace App\Http\Controllers\General;
27 27
 
28
- use App\DataTables\General\SearchDataTable;
29
- use App\Http\Controllers\Controller;
30
- use Illuminate\Http\Request;
28
+    use App\DataTables\General\SearchDataTable;
29
+    use App\Http\Controllers\Controller;
30
+    use Illuminate\Http\Request;
31 31
 
32 32
 class SearchController extends Controller
33 33
 {
Please login to merge, or discard this patch.