This commit is contained in:
Dylan T 2021-05-19 00:49:10 +01:00 committed by GitHub
parent 821c9c550b
commit 4a367b4b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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