Remove unnecessary space
parent
3405781f15
commit
8e5f80ed71
|
@ -241,7 +241,7 @@ be in your project root, on the same level as `vendor` directory is. An example
|
||||||
filename would be `src/Foo.php` containing an `Acme\Foo` class.
|
filename would be `src/Foo.php` containing an `Acme\Foo` class.
|
||||||
|
|
||||||
After adding the [`autoload`](04-schema.md#autoload) field, you have to re-run
|
After adding the [`autoload`](04-schema.md#autoload) field, you have to re-run
|
||||||
this command :
|
this command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
php composer.phar dump-autoload
|
php composer.phar dump-autoload
|
||||||
|
|
Loading…
Reference in New Issue