@@ -7,7 +7,6 @@ |
||
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; |
@@ -21,7 +21,6 @@ |
||
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; |
@@ -15,13 +15,10 @@ |
||
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 |
@@ -19,7 +19,6 @@ |
||
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; |
@@ -23,7 +23,6 @@ |
||
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 |
@@ -10,10 +10,8 @@ |
||
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 | /** |
@@ -7,7 +7,6 @@ discard block |
||
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 |
||
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 |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use Hash; |
19 | 19 | // classes |
20 | 20 | use Illuminate\Http\Request; |
21 | -use Input; |
|
22 | 21 | use Lang; |
23 | 22 | |
24 | 23 | /** |
@@ -4,7 +4,6 @@ |
||
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; |