Skip to content

Commit

Permalink
Add missing use statement to Message document
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Dec 8, 2011
1 parent 61dc6c1 commit ebf4c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Document/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Ornicar\MessageBundle\Document;

use Doctrine\Common\Collections\ArrayCollection;
use Ornicar\MessageBundle\Model\Message as AbstractMessage;
use Ornicar\MessageBundle\Model\ParticipantInterface;

Expand Down

0 comments on commit ebf4c5c

Please sign in to comment.