This commit is contained in:
Dylan T
2021-05-19 00:49:10 +01:00
committed by GitHub
parent 821c9c550b
commit 4a367b4b0e

View File

@ -194,7 +194,7 @@ However, if we add `src-namespace-prefix: pmmp\TesterPlugin` to the `plugin.yml`
|-- Main.php
|-- SomeOtherClass.php
|-- SomeNamespace/
|-- SomeNamespacedClass.php
|-- SomeNamespacedClass.php
```
**Note**: The old structure will also still work just fine. This is not a required change.