Skip to content

Commit

Permalink
fixes previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittjoh committed Sep 9, 2016
1 parent c40c6ec commit d9bab4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entity/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use Doctrine\ORM\Mapping as ORM;
use JMS\JobQueueBundle\Exception\InvalidStateTransitionException;
use JMS\JobQueueBundle\Exception\LogicException;
use Symfony\Component\Debug\Exception\FlattenException
use Symfony\Component\Debug\Exception\FlattenException;

/**
* @ORM\Entity(repositoryClass = "JMS\JobQueueBundle\Entity\Repository\JobRepository")
Expand Down

0 comments on commit d9bab4d

Please sign in to comment.