Commit f90d494e7c3f2d3241bc9b15b7e924ad36571043
1 parent
0f558321
Exists in
master
and in
2 other branches
altera namespace
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Command/CronCommand.php
| 1 | <?php | 1 | <?php |
| 2 | 2 | ||
| 3 | -namespace GerenciadorRedes\Bundle\CocarBundle\Command; | 3 | +namespace Swpb\Bundle\CocarBundle\Command; |
| 4 | 4 | ||
| 5 | use Symfony\Component\Console\Command\Command; | 5 | use Symfony\Component\Console\Command\Command; |
| 6 | use Symfony\Component\Console\Input\InputArgument; | 6 | use Symfony\Component\Console\Input\InputArgument; |
| @@ -127,4 +127,4 @@ class CronCommand extends Command | @@ -127,4 +127,4 @@ class CronCommand extends Command | ||
| 127 | } | 127 | } |
| 128 | return "Task executed: $task"; | 128 | return "Task executed: $task"; |
| 129 | } | 129 | } |
| 130 | -} | ||
| 131 | \ No newline at end of file | 130 | \ No newline at end of file |
| 131 | +} |