Commit ffba02616be88317dfeb30c02eb2f190c899ccd5

Authored by Alex Savenko
1 parent 24b4e48a

testing

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/app/tasks/BasketTask.php
... ... @@ -31,10 +31,10 @@ class BasketTask extends \Phalcon\CLI\Task
31 31 $user = $this->models->getCustomers()->getOneData($user_id);
32 32 if (!empty($user['email'])) {
33 33  
34   - echo $user['email'];
  34 + return $user['email'];
35 35  
36 36 }
37   -
  37 + echo '1'.PHP_EOL;
38 38 }
39 39  
40 40 }
... ...