Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
3b76605892
commit
4cc8353760
@@ -772,9 +772,9 @@ Route::group(['middleware' => ['web']], function () {
|
||||
|
||||
// Route::post('duetoday/list/ticket', ['as' => 'ticket.post.duetoday', 'uses' =>'Agent\helpdesk\TicketController@getDueToday']);
|
||||
Route::get('duetoday/list/ticket', ['as' => 'ticket.post.duetoday', 'uses' =>'Agent\helpdesk\TicketController@getDueToday']); /* Get Open Ticket */
|
||||
// Breadcrumbs::register('open.ticket', function ($breadcrumbs) {
|
||||
// $breadcrumbs->parent('dashboard');
|
||||
// $breadcrumbs->push(Lang::get('lang.tickets') . ' > ' . Lang::get('lang.open'), route('open.ticket'));
|
||||
// });
|
||||
// Breadcrumbs::register('open.ticket', function ($breadcrumbs) {
|
||||
// $breadcrumbs->parent('dashboard');
|
||||
// $breadcrumbs->push(Lang::get('lang.tickets') . ' > ' . Lang::get('lang.open'), route('open.ticket'));
|
||||
// });
|
||||
Route::get('swtich-language/{id}', ['as' => 'switch-user-lang', 'uses' => 'Client\helpdesk\UnAuthController@changeUserLanguage']);
|
||||
});
|
||||
|
Reference in New Issue
Block a user