1
0
Fork 0

Remove unnecessary space

pull/8703/head
Carlos Buenosvinos 2020-03-20 11:50:12 +01:00 committed by GitHub
parent 3405781f15
commit 8e5f80ed71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
After adding the [`autoload`](04-schema.md#autoload) field, you have to re-run
this command :
this command:
```sh
php composer.phar dump-autoload