mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed namespaces paths
This commit is contained in:
@ -46,7 +46,7 @@ It is mainly [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accept
|
||||
```php
|
||||
<?php
|
||||
|
||||
namespace PocketMine\Example;
|
||||
namespace pocketmine\Example;
|
||||
|
||||
class ExampleClass{
|
||||
const EXAMPLE_CLASS_CONSTANT = 1;
|
||||
|
Reference in New Issue
Block a user