Skip to content

Commit 17471ef

Browse files
author
Tyler King
committed
Fix to styleci
1 parent 00b423d commit 17471ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ShopifyApp/Traits/ShopModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function isFreemium(): bool
114114
*/
115115
public function hasOfflineAccess(): bool
116116
{
117-
return ! $this->getToken()->isNull() && !empty($this->password);
117+
return ! $this->getToken()->isNull() && ! empty($this->password);
118118
}
119119

120120
/**

0 commit comments

Comments
 (0)