X-Git-Url: https://git.rapsys.eu/blogbundle/blobdiff_plain/2170a08e8b827db071883ad0b539a3ff97d6cd97..9ad367710337f576ffa541975db98b0ace80bbce:/Entity/ArticleKeyword.php diff --git a/Entity/ArticleKeyword.php b/Entity/ArticleKeyword.php new file mode 100644 index 0000000..287f491 --- /dev/null +++ b/Entity/ArticleKeyword.php @@ -0,0 +1,27 @@ +article_id = $article_id; + $this->keyword_id = $keyword_id; + } +}