| @@ -17,5 +17,12 @@ | ||
| 17 | 17 | */ |
| 18 | 18 | public function __construct( $the_user = 0 ) { |
| 19 | 19 | parent::__construct( $the_user ); |
| 20 | 20 | } |
| 21 | + | |
| 22 | + /** | |
| 23 | + * @return string, Certificate must user_id is int, so temporary comment. | |
| 24 | + */ | |
| 25 | + /*public function get_id(): string { | |
| 26 | + return LP_Session_Handler::instance()->get_cookie_data(); | |
| 27 | + }*/ | |
| 21 | 28 | } |