Skip to content
Snippets Groups Projects
Commit d209cac2 authored by Thomas Müller's avatar Thomas Müller
Browse files

lastRun is not a method

parent e63633b5
No related branches found
No related tags found
Loading
......@@ -40,6 +40,6 @@ abstract class Job {
}
public function getLastRun() {
return $this->lastRun();
return $this->lastRun;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment