mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 01:00:20 -04:00
lastRun is not a method
This commit is contained in:
parent
e63633b5f3
commit
d209cac2a1
1 changed files with 1 additions and 1 deletions
|
|
@ -40,6 +40,6 @@ abstract class Job {
|
|||
}
|
||||
|
||||
public function getLastRun() {
|
||||
return $this->lastRun();
|
||||
return $this->lastRun;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue