Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 3c3d15c

Browse files
committed
Updated README
1 parent c10aac4 commit 3c3d15c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,15 @@ This is the contents of the published config file:
5353
return [
5454
'namespaces' => [
5555
'action' => 'Actions',
56-
'collection' => 'Collection',
56+
'collection' => 'Collections',
57+
'config' => 'config',
5758
'contract' => 'Contracts',
5859
'dto' => 'Dtos',
5960
'enum' => 'Enums',
6061
'interface' => 'Interfaces',
6162
'repository' => 'Repositories',
6263
'service' => 'Services',
64+
'trait' => 'Traits',
6365
],
6466
];
6567
```

0 commit comments

Comments
 (0)