Skip to content

Commit

Permalink
fix cronwork
Browse files Browse the repository at this point in the history
  • Loading branch information
millken committed Sep 2, 2020
1 parent 741de07 commit 5844f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/CronWorker.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ public function __get($name)
return Application::getContainer()->get($name);
}

abstract protected function run();
abstract public function run();
}

0 comments on commit 5844f54

Please sign in to comment.