Rename processQueueLogic() method to processQueueStrategy() [PREMIUM-4]

This commit is contained in:
Alexey Stoletniy
2017-05-09 15:42:37 +03:00
parent e85b969e11
commit ff5f87eeca
4 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ abstract class KeyCheckWorker extends SimpleWorker {
}
}
function processQueueLogic(SendingQueue $queue) {
function processQueueStrategy(SendingQueue $queue) {
try {
$result = $this->checkKey();
} catch (\Exception $e) {