Completed
Push — master ( bcb82e...80085e )
by vijay
07:39
created
app/Http/Controllers/Agent/helpdesk/TicketWorkflowController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 // models
8 8
 use App\Model\helpdesk\Agent\Department;
9 9
 use App\Model\helpdesk\Agent\Teams;
10
-use App\Model\helpdesk\Email\Emails;
11 10
 use App\Model\helpdesk\Manage\Help_topic;
12 11
 use App\Model\helpdesk\Manage\Sla_plan;
13 12
 use App\Model\helpdesk\Ticket\Ticket_Priority;
Please login to merge, or discard this patch.
app/Http/Controllers/Agent/helpdesk/UserController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use App\Model\helpdesk\Agent\Assign_team_agent;
22 22
 use App\Model\helpdesk\Agent_panel\Organization;
23 23
 use App\Model\helpdesk\Agent_panel\User_org;
24
-use App\Model\helpdesk\Notification\Notification;
25 24
 use App\Model\helpdesk\Notification\UserNotification;
26 25
 use App\Model\helpdesk\Settings\CommonSettings;
27 26
 use App\Model\helpdesk\Settings\Email;
Please login to merge, or discard this patch.
app/Http/Controllers/Agent/kb/ArticleController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -15,13 +15,10 @@
 block discarded – undo
15 15
 use App\Model\kb\Settings;
16 16
 // Classes
17 17
 use Auth;
18
-use Chumper\Datatable\Table;
19 18
 use Datatable;
20 19
 use DB;
21 20
 use Exception;
22
-use Illuminate\Http\Request;
23 21
 use Lang;
24
-use Redirect;
25 22
 
26 23
 /**
27 24
  * ArticleController
Please login to merge, or discard this patch.
app/Http/Controllers/Agent/kb/SettingsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Config;
20 20
 use Exception;
21 21
 use Hash;
22
-use Illuminate\Http\Request;
23 22
 use Image;
24 23
 use Input;
25 24
 use Lang;
Please login to merge, or discard this patch.
app/Http/Controllers/Auth/AuthController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use DB;
24 24
 use Hash;
25 25
 use Illuminate\Foundation\Auth\AuthenticatesAndRegistersUsers;
26
-use Input;
27 26
 use Lang;
28 27
 use Socialite;
29 28
 
Please login to merge, or discard this patch.
app/Http/Controllers/Client/helpdesk/ClientTicketController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,10 +10,8 @@
 block discarded – undo
10 10
 // models
11 11
 use App\Model\helpdesk\Ticket\Tickets;
12 12
 use App\User;
13
-use Auth;
14 13
 // classes
15 14
 use Illuminate\Http\Request;
16
-use Input;
17 15
 use Lang;
18 16
 
19 17
 /**
Please login to merge, or discard this patch.
app/Http/Controllers/Client/helpdesk/FormController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@  discard block
 block discarded – undo
7 7
 use App\Http\Controllers\Controller;
8 8
 // requests
9 9
 use App\Http\Requests\helpdesk\ClientRequest;
10
-use App\Model\helpdesk\Agent\Department;
11 10
 // models
12 11
 use App\Model\helpdesk\Form\Fields;
13 12
 use App\Model\helpdesk\Manage\Help_topic;
@@ -26,7 +25,6 @@  discard block
 block discarded – undo
26 25
 use Form;
27 26
 use GeoIP;
28 27
 use Illuminate\Http\Request;
29
-use Input;
30 28
 use Lang;
31 29
 use Redirect;
32 30
 
Please login to merge, or discard this patch.
app/Http/Controllers/Client/helpdesk/UnAuthController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Hash;
19 19
 // classes
20 20
 use Illuminate\Http\Request;
21
-use Input;
22 21
 use Lang;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.
app/Http/Controllers/Common/ApiSettings.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 App\Http\Controllers\Controller;
6 6
 use App\Model\Api\ApiSetting;
7
-use App\Model\helpdesk\Ticket\Ticket_Thread;
8 7
 use App\Model\helpdesk\Ticket\Tickets;
9 8
 use DB;
10 9
 use Exception;
Please login to merge, or discard this patch.