Update 'Symfony: ORM'

Trần Trung Ngôn 2022-02-23 15:56:43 +00:00
parent 373ee806be
commit d40b1e2d92

@ -3,3 +3,8 @@ To install it
composer reuiqre orm
```
It will install all package for using database
Initial database
```
bin/console doctrine:database:create
```