Skip to content

Commit 8d0df70

Browse files
authored
Update the kernel replacement in README
closes #7
1 parent 1a2e9ba commit 8d0df70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Add some annotations to your `src/Entity/Channel/Channel.php` entity to prevent
6464
Use a different trait for your `src/Kernel.php`:
6565

6666
```diff
67-
- use SyliusKernelTrait;
67+
- use MicroKernelTrait;
6868
+ use SyliusNoCommerceKernelTrait;
6969
```
7070

0 commit comments

Comments
 (0)