Skip to content

Commit

Permalink
Readme: fix mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 6, 2024
1 parent 817cdc4 commit da6944e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ nettrine.orm:
mapping:
App:
type: attributes
dir: %appDir%/Database
prefix: App/Database
dirs: [%appDir%/Database]
namespace: App/Database
```

### Advanced configuration
Expand Down Expand Up @@ -86,10 +86,10 @@ nettrine.orm:
enabled: <boolean>
mapping:
<name>:
type: <attributes|xml>
dirs: <string[]>
namespace: <string>
<name>:
type: <attributes|xml>
dirs: <string[]>
namespace: <string>
defaultCache: <class-string|service>
queryCache: <class-string|service>
Expand Down Expand Up @@ -275,8 +275,8 @@ nettrine.orm:
mapping:
App:
type: attributes
dir: %appDir%/Database
prefix: App/Database
dirs: [%appDir%/Database]
namespace: App\Database
```

### XML
Expand Down

0 comments on commit da6944e

Please sign in to comment.