Commit 2ce63fcec698e89e8cd1f39c5ff54b3b60b48052

Authored by Alex Savenko
1 parent 215b897e

testing

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/app/tasks/BasketTask.php
... ... @@ -23,7 +23,7 @@ class BasketTask extends \Phalcon\CLI\Task
23 23  
24 24 public function sendAction(){
25 25  
26   - echo 'test'.PHP_EOL;
  26 + echo '*** start send action ***'.PHP_EOL;
27 27  
28 28 $abandoned_users = $this->models->getBasket()->getAbandonedUsers();
29 29  
... ... @@ -36,7 +36,7 @@ class BasketTask extends \Phalcon\CLI\Task
36 36 return $user['email'];
37 37  
38 38 }
39   - echo '1'.PHP_EOL;
  39 +
40 40 }
41 41  
42 42 }
... ...