From 6e5bb1962a853a23a618d676d60ea9cde4aec734 Mon Sep 17 00:00:00 2001 From: codinghuang <2812240764@qq.com> Date: Sat, 22 Feb 2020 12:19:50 +0800 Subject: [PATCH] fix: fix code block style --- doc/en/db/migration.md | 4 ++-- doc/zh-cn/db/migration.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/en/db/migration.md b/doc/en/db/migration.md index c78376907..e16d8026d 100644 --- a/doc/en/db/migration.md +++ b/doc/en/db/migration.md @@ -489,7 +489,7 @@ $table->dropForeign('posts_user_id_foreign'); 或者传递一个字段数组,让迁移程序按照约定的规则生成名称: -````php +```php $table->dropForeign(['user_id'']); ``` @@ -500,4 +500,4 @@ $table->dropForeign(['user_id'']); Schema::enableForeignKeyConstraints(); // 禁用外键约束 Schema::disableForeignKeyConstraints(); -``` \ No newline at end of file +``` diff --git a/doc/zh-cn/db/migration.md b/doc/zh-cn/db/migration.md index c78376907..e16d8026d 100644 --- a/doc/zh-cn/db/migration.md +++ b/doc/zh-cn/db/migration.md @@ -489,7 +489,7 @@ $table->dropForeign('posts_user_id_foreign'); 或者传递一个字段数组,让迁移程序按照约定的规则生成名称: -````php +```php $table->dropForeign(['user_id'']); ``` @@ -500,4 +500,4 @@ $table->dropForeign(['user_id'']); Schema::enableForeignKeyConstraints(); // 禁用外键约束 Schema::disableForeignKeyConstraints(); -``` \ No newline at end of file +```