Compare commits

...

2 Commits

Author SHA1 Message Date
llaniau c8f9e4d8f4 US 420,412,421,414 2020-12-02 16:40:40 +01:00
llaniau 21b8954c13 repassage en no follow 2020-12-01 19:21:44 +01:00
2 changed files with 2 additions and 2 deletions
@@ -15,7 +15,7 @@
<!-- Required Meta Tags Always Come First -->
<meta charset="utf-8">
{# <meta name="robots" content="noindex,nofollow"> #}
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{% block meta %}
{% endblock %}
@@ -148,7 +148,7 @@ class Ad
* @var array
*
* @ORM\Column(name="competences", type="json_document", nullable=true, options={"jsonb":true})
*
* @Groups({"ad_detail", "ad_list", "answer_detail", "company_detail"})
*/
private $competences;