Skip to content

Commit d9b59de

Browse files
fixed missing namespace
1 parent 38fa7d0 commit d9b59de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/ScheduleTaskCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Command;
3+
namespace Task\TaskBundle\Command;
44

55
use Symfony\Component\Console\Command\Command;
66
use Symfony\Component\Console\Input\InputArgument;

0 commit comments

Comments
 (0)