Initial commit
This commit is contained in:
commit
e1517ecd9d
36 changed files with 2093 additions and 0 deletions
6
step4-adding-the-blog-repository/my_module.services.yml
Normal file
6
step4-adding-the-blog-repository/my_module.services.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
Drupal\my_module\Controller\BlogPageController:
|
||||
autowire: true
|
||||
|
||||
Drupal\my_module\Repository\ArticleRepository:
|
||||
autowire: true
|
Loading…
Add table
Add a link
Reference in a new issue