We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbc47f commit 00abc2dCopy full SHA for 00abc2d
src/Models/WpUser.php
@@ -63,8 +63,8 @@ public function __construct(array $attributes = [])
63
$this->fillable = array_keys($defaultUserMeta);
64
65
$this->wpPrefix = config('press.wordpress_prefix');
66
- $this->table = $this->wpPrefix . 'users';
67
- $this->metatable = $this->wpPrefix . 'usermeta';
+ $this->table = $this->wpPrefix.'users';
+ $this->metatable = $this->wpPrefix.'usermeta';
68
69
$this->initializeMetaFields();
70
}
0 commit comments