Skip to content

Commit 49f2494

Browse files
authoredJan 16, 2020
Merge pull request #9 from helderdb/patch-1
Use both property and name keys
2 parents 79ce142 + 2ebd44c commit 49f2494

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/Torann/LaravelMetaTags/MetaTag.php

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public function tag($key, $value = '')
128128
{
129129
return $this->createTag([
130130
'name' => $key,
131+
'property' => $key,
131132
'content' => $value ?: Arr::get($this->metas, $key, ''),
132133
]);
133134
}

0 commit comments

Comments
 (0)
Please sign in to comment.