Skip to content

Commit

Permalink
[TASK] Add services configuration (#179)
Browse files Browse the repository at this point in the history
This commit provides a basic Services.yaml for Symfony's DI container.

Fixes #162
  • Loading branch information
mbrodala authored and andreaskienast committed Jan 8, 2021
1 parent 15da587 commit ca71e11
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Configuration/Services.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
services:
_defaults:
autowire: true
autoconfigure: true
public: false

T3G\AgencyPack\Blog\:
resource: '../Classes/*'

0 comments on commit ca71e11

Please sign in to comment.