Skip to content

Commit d80ebf1

Browse files
committed
Merge PR Kyon147#471 from Kyon147/laravel-shopify
1 parent dba05eb commit d80ebf1

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/Contracts/ShopModel.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ public function hasOfflineAccess(): bool;
8080
*/
8181
public function hasExpiringOfflineAccess(): bool;
8282

83-
/**
84-
* Whether the shop has expiring offline token metadata (encrypted refresh token stored).
85-
*
86-
* @return bool
87-
*/
88-
public function hasExpiringOfflineAccess(): bool;
89-
9083
/**
9184
* Get the API helper instance for a shop.
9285
* TODO: Find a better way than using resolve(). However, we can't inject in model constructors.

0 commit comments

Comments
 (0)