File tree 6 files changed +13
-15
lines changed 6 files changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ public function setAccessTokenExpiresAt(string $value): ImsWebapiInterface;
131
131
/**
132
132
* Retrieve existing extension attributes object or create a new one.
133
133
*
134
- * @return \Magento\AdminAdobeIms\Api\Data\ImsWebapiExtensionInterface
134
+ * @return \Magento\AdminAdobeIms\Api\Data\ImsWebapiExtensionInterface|null
135
135
*/
136
136
public function getExtensionAttributes (): ImsWebapiExtensionInterface ;
137
137
@@ -141,7 +141,5 @@ public function getExtensionAttributes(): ImsWebapiExtensionInterface;
141
141
* @param \Magento\AdminAdobeIms\Api\Data\ImsWebapiExtensionInterface $extensionAttributes
142
142
* @return $this
143
143
*/
144
- public function setExtensionAttributes (
145
- ImsWebapiExtensionInterface $ extensionAttributes
146
- ): ImsWebapiInterface ;
144
+ public function setExtensionAttributes (ImsWebapiExtensionInterface $ extensionAttributes ): ImsWebapiInterface ;
147
145
}
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ abstract class AbstractAdminBaseProcessService
30
30
protected Auth $ auth ;
31
31
32
32
/**
33
- * @var LogOut
33
+ * @var DateTime
34
34
*/
35
- protected LogOut $ logOut ;
35
+ protected DateTime $ dateTime ;
36
36
37
37
/**
38
- * @var DateTime
38
+ * @var LogOut
39
39
*/
40
- protected DateTime $ dateTime ;
40
+ private LogOut $ logOut ;
41
41
42
42
/**
43
43
* @param User $adminUser
Original file line number Diff line number Diff line change 15
15
<column xsi : type =" timestamp" name =" updated_at" on_update =" true" nullable =" false" default =" CURRENT_TIMESTAMP" comment =" Updated At" />
16
16
<column xsi : type =" timestamp" name =" last_check_time" on_update =" false" nullable =" false" default =" 0" comment =" Last check time" />
17
17
<column xsi : type =" timestamp" name =" access_token_expires_at" on_update =" false" nullable =" false" default =" 0" comment =" Access Token Expires At" />
18
- <index referenceId =" ADMIN_ADOBE_IMS_WEBAPI_ID " indexType =" btree" >
19
- <column name =" id " />
18
+ <index referenceId =" ADMIN_ADOBE_IMS_WEBAPI_ADMIN_USER_ID " indexType =" btree" >
19
+ <column name =" admin_user_id " />
20
20
</index >
21
21
<constraint xsi : type =" primary" referenceId =" PRIMARY" >
22
22
<column name =" id" />
Original file line number Diff line number Diff line change 11
11
"access_token_expires_at" : true
12
12
},
13
13
"index" : {
14
- "ADMIN_ADOBE_IMS_WEBAPI_ID " : true
14
+ "ADMIN_ADOBE_IMS_WEBAPI_ADMIN_USER_ID " : true
15
15
},
16
16
"constraint" : {
17
17
"PRIMARY" : true ,
18
18
"ADMIN_ADOBE_IMS_WEBAPI_ACCESS_TOKEN_HASH" : true ,
19
19
"ADMIN_ADOBE_IMS_WEBAPI_ADMIN_USER_ID_ADMIN_USER_USER_ID" : true
20
20
}
21
21
}
22
- }
22
+ }
Original file line number Diff line number Diff line change 18
18
<column xsi : type =" timestamp" name =" created_at" on_update =" false" nullable =" false" default =" CURRENT_TIMESTAMP" comment =" Created At" />
19
19
<column xsi : type =" timestamp" name =" updated_at" on_update =" true" nullable =" false" default =" CURRENT_TIMESTAMP" comment =" Updated At" />
20
20
<column xsi : type =" timestamp" name =" access_token_expires_at" on_update =" false" nullable =" false" default =" 0" comment =" Access Token Expires At" />
21
- <index referenceId =" ADOBE_USER_PROFILE_ID " indexType =" btree" >
22
- <column name =" id " />
21
+ <index referenceId =" ADOBE_USER_PROFILE_ADMIN_USER_ID " indexType =" btree" >
22
+ <column name =" admin_user_id " />
23
23
</index >
24
24
<constraint xsi : type =" primary" referenceId =" PRIMARY" >
25
25
<column name =" id" />
Original file line number Diff line number Diff line change 13
13
"updated_at" : true
14
14
},
15
15
"index" : {
16
- "ADOBE_USER_PROFILE_ID " : true
16
+ "ADOBE_USER_PROFILE_ADMIN_USER_ID " : true
17
17
},
18
18
"constraint" : {
19
19
"PRIMARY" : true ,
You can’t perform that action at this time.
0 commit comments