Fixed main page controller function

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-07-01 20:29:59 +02:00
parent 95152ca62b
commit 44c555bcb7
4 changed files with 49 additions and 6 deletions

View File

@@ -29,6 +29,10 @@ KekRozsak\FrontBundle\Entity\Article:
update_reason:
type: text
nullable: true
main_page:
type: boolean
nullable: true
default: false
manyToOne:
created_by:
targetEntity: User