Made a public function that should be private private
This commit is contained in:
parent
34163f2c1d
commit
9435de19d5
@ -125,7 +125,7 @@ class TicketRepository {
|
||||
return $ticket;
|
||||
}
|
||||
|
||||
public function getPriorityForId($id) {
|
||||
private function getPriorityForId($id) {
|
||||
if ($id == 0){
|
||||
return '* Critical *';
|
||||
} elseif ($id == 1){
|
||||
|
Loading…
x
Reference in New Issue
Block a user