File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,11 @@ class Client extends Model
51
51
/**
52
52
* The temporary plain-text client secret.
53
53
*
54
+ * This is only available during the request that created the client.
55
+ *
54
56
* @var string|null
55
57
*/
56
- protected $ plainSecret ;
58
+ public $ plainSecret ;
57
59
58
60
/**
59
61
* Bootstrap the model and its traits.
@@ -136,18 +138,6 @@ public function setScopesAttribute(?array $scopes)
136
138
$ this ->attributes ['scopes ' ] = $ scopes ;
137
139
}
138
140
139
- /**
140
- * The temporary non-hashed client secret.
141
- *
142
- * This is only available once during the request that created the client.
143
- *
144
- * @return string|null
145
- */
146
- public function getPlainSecretAttribute ()
147
- {
148
- return $ this ->plainSecret ;
149
- }
150
-
151
141
/**
152
142
* Set the value of the secret attribute.
153
143
*
You can’t perform that action at this time.
0 commit comments