@@ -1,8 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Dtc\QueueBundle\Model; |
| 3 | 3 | |
| 4 | -use Doctrine\ODM\MongoDB\Mapping\Annotations as ODM; |
|
| 5 | - |
|
| 6 | 4 | class Job |
| 7 | 5 | { |
| 8 | 6 | const STATUS_SUCCESS = 'success'; |