Skip to content

Commit

Permalink
added missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
michiel authored and michiel committed Oct 15, 2013
1 parent 6a68fe5 commit 557cbd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/doc/01a-orm-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ namespace Acme\MessageBundle\Entity;

use Doctrine\ORM\Mapping as ORM;
use Doctrine\Common\Collections\ArrayCollection;
use FOS\MessageBundle\Entity\Message as BaseMessage;

/**
* @ORM\Entity
Expand Down

0 comments on commit 557cbd5

Please sign in to comment.