1 parent dba05eb commit d80ebf1Copy full SHA for d80ebf1
1 file changed
src/Contracts/ShopModel.php
@@ -80,13 +80,6 @@ public function hasOfflineAccess(): bool;
80
*/
81
public function hasExpiringOfflineAccess(): bool;
82
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
-
90
/**
91
* Get the API helper instance for a shop.
92
* TODO: Find a better way than using resolve(). However, we can't inject in model constructors.
0 commit comments