Skip to content

Commit 4fb9f83

Browse files
committed
The disqus widget has no receiver property
1 parent a15b28c commit 4fb9f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bundle/BlogBundle/Entity/Article.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* @ORM\Entity(repositoryClass="Victoire\Bundle\BlogBundle\Repository\ArticleRepository"))
1616
* @ORM\Table("vic_article")
17-
* @VIC\BusinessEntity({"Date", "Force", "Redactor", "Listing", "BlogArticles", "Title", "CKEditor", "Text", "UnderlineTitle", "Cover", "Image", "Authorship", "ArticleList", "SliderNav", "Disqus"})
17+
* @VIC\BusinessEntity({"Date", "Force", "Redactor", "Listing", "BlogArticles", "Title", "CKEditor", "Text", "UnderlineTitle", "Cover", "Image", "Authorship", "ArticleList", "SliderNav"})
1818
* @Gedmo\SoftDeleteable(fieldName="deletedAt", timeAware=false)
1919
*/
2020
class Article

0 commit comments

Comments
 (0)