Applied fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
500a2d76f4
commit
56bc64132b
@@ -15,7 +15,7 @@ use Exception;
|
||||
|
||||
/**
|
||||
* CannedController.
|
||||
*
|
||||
*
|
||||
* This controller is for all the functionalities of Canned response for Agents in the Agent Panel
|
||||
*
|
||||
* @author Ladybird <info@ladybirdweb.com>
|
||||
|
@@ -15,7 +15,7 @@ use View;
|
||||
/**
|
||||
* DashboardController
|
||||
* This controlleris used to fetch dashboard in the agent panel.
|
||||
*
|
||||
*
|
||||
* @author Ladybird <info@ladybirdweb.com>
|
||||
*/
|
||||
class DashboardController extends Controller
|
||||
|
@@ -11,6 +11,7 @@ use App\Model\helpdesk\Settings\Company;
|
||||
use App\Model\helpdesk\settings\Email;
|
||||
use App\Model\helpdesk\Utility\Log_notification;
|
||||
use App\User;
|
||||
|
||||
// classes
|
||||
|
||||
/**
|
||||
|
@@ -3,7 +3,8 @@
|
||||
namespace App\Http\Controllers\Agent\helpdesk;
|
||||
|
||||
// controllers
|
||||
use App\Http\Controllers\Common\SettingsController;use App\Http\Controllers\Controller;
|
||||
use App\Http\Controllers\Common\SettingsController;
|
||||
use App\Http\Controllers\Controller;
|
||||
// requests
|
||||
// models
|
||||
use App\Model\helpdesk\Agent\Department;
|
||||
|
@@ -2533,7 +2533,7 @@ class TicketController extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* useradd.
|
||||
*
|
||||
* @param type Image $image
|
||||
|
Reference in New Issue
Block a user