4d: Create the ArticleRepository
This commit is contained in:
parent
3e46173860
commit
699122e83a
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Drupal\my_module\Repository;
|
||||||
|
|
||||||
|
class ArticleRepository {
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue