Skip to content

Commit 00abc2d

Browse files
committed
Fix styling
1 parent 8bbc47f commit 00abc2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Models/WpUser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public function __construct(array $attributes = [])
6363
$this->fillable = array_keys($defaultUserMeta);
6464

6565
$this->wpPrefix = config('press.wordpress_prefix');
66-
$this->table = $this->wpPrefix . 'users';
67-
$this->metatable = $this->wpPrefix . 'usermeta';
66+
$this->table = $this->wpPrefix.'users';
67+
$this->metatable = $this->wpPrefix.'usermeta';
6868

6969
$this->initializeMetaFields();
7070
}

0 commit comments

Comments
 (0)