Completed
Push — master ( bcb82e...80085e )
by vijay
07:39
created
app/Http/Controllers/Admin/helpdesk/BanlistController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use App\Http\Requests\helpdesk\BanlistRequest;
9 9
 use App\Http\Requests\helpdesk\BanRequest;
10 10
 // model
11
-use App\Model\helpdesk\Email\Banlist;
12 11
 use App\User;
13 12
 //classes
14 13
 use Exception;
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/helpdesk/DepartmentController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use App\Model\helpdesk\Agent\Teams;
15 15
 use App\Model\helpdesk\Email\Emails;
16 16
 use App\Model\helpdesk\Email\Template;
17
-use App\Model\helpdesk\Manage\Help_topic;
18 17
 use App\Model\helpdesk\Manage\Sla_plan;
19 18
 use App\Model\helpdesk\Settings\System;
20 19
 use App\Model\helpdesk\Ticket\Tickets;
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/helpdesk/GroupController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Exception;
16 16
 // classes
17 17
 use Illuminate\Http\Request;
18
-use Illuminate\Support\Facades\Input;
19 18
 use Lang;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/helpdesk/LanguageController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 // requests
8 8
 use App\Http\Controllers\Controller;
9 9
 //supports
10
-use App\Http\Requests;
11 10
 use Config;
12 11
 //classes
13 12
 use File;
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/helpdesk/PriorityController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -10,17 +10,14 @@
 block discarded – undo
10 10
 use App\Http\Requests\helpdesk\PriorityRequest;
11 11
 // models
12 12
 use App\Model\helpdesk\Email\Emails;
13
-use App\Model\helpdesk\Manage\Help_topic;
14 13
 use App\Model\helpdesk\Settings\CommonSettings;
15 14
 use App\Model\helpdesk\Settings\Email;
16 15
 use App\Model\helpdesk\Ticket\Ticket_Priority;
17
-use Auth;
18 16
 use DB;
19 17
 use Exception;
20 18
 // classes
21 19
 use Illuminate\Http\Request;
22 20
 use Illuminate\support\Collection;
23
-use Input;
24 21
 use Lang;
25 22
 
26 23
 /**
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/helpdesk/SecurityController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,9 +8,7 @@
 block discarded – undo
8 8
 use App\Http\Requests\helpdesk\SecurityRequest;
9 9
 use App\Model\helpdesk\Settings\Security;
10 10
 // Request
11
-use Illuminate\Http\Request;
12 11
 // Class
13
-use Input;
14 12
 use Lang;
15 13
 use Redirect;
16 14
 
Please login to merge, or discard this patch.
app/Http/Controllers/Agent/helpdesk/CannedController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use App\Http\Requests\helpdesk\CannedUpdateRequest;
10 10
 // model
11 11
 use App\Model\helpdesk\Agent_panel\Canned;
12
-use App\User;
13 12
 // classes
14 13
 use Exception;
15 14
 use Lang;
Please login to merge, or discard this patch.
app/Http/Controllers/Agent/helpdesk/DashboardController2.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 // controllers
6 6
 use App\Http\Controllers\Controller;
7 7
 // models
8
-use App\User;
9 8
 // classes
10 9
 use Auth;
11 10
 use DB;
Please login to merge, or discard this patch.
app/Http/Controllers/Agent/helpdesk/Filter/FilterController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use App\Http\Controllers\Agent\helpdesk\TicketController;
6 6
 use App\Http\Controllers\Controller;
7 7
 use App\Model\helpdesk\Filters\Filter;
8
-use App\Model\helpdesk\Filters\Label;
9 8
 use App\Model\helpdesk\Ticket\Tickets;
10 9
 use Auth;
11 10
 use DB;
Please login to merge, or discard this patch.