We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96ed6a commit ef3d747Copy full SHA for ef3d747
src/Field/BasicField.php
@@ -82,7 +82,8 @@ public function __construct(Model $post)
82
public function fetchValue($field)
83
{
84
$postMeta = $this->postMeta->where(
85
- $this->getKeyName(), $this->post->getKey()
+ $this->getKeyName(),
86
+ $this->post->getKey()
87
)->where('meta_key', $field)->first();
88
89
if (isset($postMeta->meta_value) and ! is_null($postMeta->meta_value)) {
0 commit comments