Apply fixes from StyleCI
This commit is contained in:

committed by
RafficMohammed

parent
0975cc5dd9
commit
b3b057e0cc
@@ -159,7 +159,7 @@ class PriorityController extends Controller
|
||||
->update(['is_default' => 1]);
|
||||
}
|
||||
|
||||
return \Redirect::route('priority.index')->with('success', (Lang::get('lang.priority_successfully_updated')));
|
||||
return \Redirect::route('priority.index')->with('success', Lang::get('lang.priority_successfully_updated'));
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -187,6 +187,6 @@ class PriorityController extends Controller
|
||||
|
||||
$tk_priority->delete();
|
||||
|
||||
return \Redirect::route('priority.index')->with('success', (Lang::get('lang.delete_successfully')));
|
||||
return \Redirect::route('priority.index')->with('success', Lang::get('lang.delete_successfully'));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user