Skip to content

Commit 8437451

Browse files
committed
Merge remote-tracking branch 'origin/3.1' into 3.1
2 parents 81d3fc6 + b49b70c commit 8437451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/HasWallets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function createWallet(array $data): WalletModel
105105
*/
106106
public function hasWallet(string $slug): bool
107107
{
108-
return (bool)$this->getWallet($slug);
108+
return (bool) $this->getWallet($slug);
109109
}
110110

111111
}

0 commit comments

Comments
 (0)