File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -244,25 +244,25 @@ public function unblock(int $id)
244
244
return $ this ->post ('users/ ' .self ::encodePath ($ id ).'/unblock ' );
245
245
}
246
246
247
- /**
248
- * @param int $id
249
- *
250
- * @return mixed
251
- */
252
- public function activate (int $ id )
253
- {
254
- return $ this ->post ('users/ ' .self ::encodePath ($ id ).'/activate ' );
255
- }
256
-
257
- /**
258
- * @param int $id
259
- *
260
- * @return mixed
261
- */
262
- public function deactivate (int $ id )
263
- {
264
- return $ this ->post ('users/ ' .self ::encodePath ($ id ).'/deactivate ' );
265
- }
247
+ /**
248
+ * @param int $id
249
+ *
250
+ * @return mixed
251
+ */
252
+ public function activate (int $ id )
253
+ {
254
+ return $ this ->post ('users/ ' .self ::encodePath ($ id ).'/activate ' );
255
+ }
256
+
257
+ /**
258
+ * @param int $id
259
+ *
260
+ * @return mixed
261
+ */
262
+ public function deactivate (int $ id )
263
+ {
264
+ return $ this ->post ('users/ ' .self ::encodePath ($ id ).'/deactivate ' );
265
+ }
266
266
267
267
/**
268
268
* @return mixed
You can’t perform that action at this time.
0 commit comments