From 9f108a89da17480d654c84998763221503ce0448 Mon Sep 17 00:00:00 2001 From: cstamagawa Date: Mon, 12 Sep 2016 16:00:11 -0300 Subject: [PATCH] =?UTF-8?q?Implementa=C3=A7=C3=A3o=20title=20com=20foreign?= =?UTF-8?q?=20keys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b790cb4..0126817 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ class Article extends Model implements SeoInterface /* linka o campo name (articles) para o title (seo) */ protected $seomap = [ - 'title' => 'name', + 'title' => ['name'], 'description' => 'description' ]; ... } -``` \ No newline at end of file +```