4d: Add the ArticleRepository
Create the `ArticleRepository` class and add it as a service. This fails as there is no `getAll()` method on the class.
This commit is contained in:
parent
0c518d3d37
commit
54b306844f
3 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Drupal\my_module\Repository;
|
||||
|
||||
class ArticleRepository {
|
||||
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue