Skip to content

Commit cbb4c58

Browse files
committed
fixefd
1 parent 22b6b77 commit cbb4c58

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

phpzlc/business.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ keys: symfony,phpzlc,业务,业务层,business
2121

2222
2. 在目录中创建类
2323

24-
```php
25-
namespace App\Business\UserBusiness;
24+
```php
2625

26+
namespace App\Business\UserBusiness;
2727

2828
use App\Entity\User;
2929
use PHPZlc\PHPZlc\Bundle\Business\AbstractBusiness;

phpzlc/db/start.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5
4242
php bin/console doctrine:schema:update --force
4343
```
4444

45-
4. 删除数据库
45+
4. 删除数据库
4646

47-
```shell
48-
php bin/console doctrine:database:drop --force
49-
```
47+
```shell
48+
php bin/console doctrine:database:drop --force
49+
```

0 commit comments

Comments
 (0)