Skip to content
Snippets Groups Projects
Commit f4977da4 authored by Peter Rotich's avatar Peter Rotich
Browse files

Remove getTicket

getObject should be used instead.
parent 2b934720
Branches
Tags
No related merge requests found
...@@ -2566,10 +2566,6 @@ abstract class ThreadEntryAction { ...@@ -2566,10 +2566,6 @@ abstract class ThreadEntryAction {
abstract function trigger(); abstract function trigger();
function getTicket() {
return $this->entry->getObject();
}
function isEnabled() { function isEnabled() {
return $this->isVisible(); return $this->isVisible();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment