Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mixdinternet/seo
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamagawa committed Sep 12, 2016
2 parents cc3e6d5 + 9f108a8 commit c5f3695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
];
...
}
```
```

0 comments on commit c5f3695

Please sign in to comment.