]> Raphaël G. Git Repositories - blogbundle/commit
Add entities
authorRaphaël Gertz <git@rapsys.eu>
Sun, 25 Feb 2018 05:05:15 +0000 (06:05 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Sun, 25 Feb 2018 05:05:15 +0000 (06:05 +0100)
commit9ad367710337f576ffa541975db98b0ace80bbce
tree8cba609313622b6807d142deadb4a393e65f346e
parent2170a08e8b827db071883ad0b539a3ff97d6cd97
Add entities
Entity/Article.php [new file with mode: 0644]
Entity/ArticleKeyword.php [new file with mode: 0644]
Entity/ArticleTranslation.php [new file with mode: 0644]
Entity/Author.php [new file with mode: 0644]
Entity/AuthorTranslation.php [new file with mode: 0644]
Entity/Keyword.php [new file with mode: 0644]
Entity/KeywordTranslation.php [new file with mode: 0644]
Entity/Language.php [new file with mode: 0644]
Entity/LanguageTranslation.php [new file with mode: 0644]
Entity/Site.php [new file with mode: 0644]
Entity/SiteTranslation.php [new file with mode: 0644]