password)) ? $user : new NullDataStore(); } public static function getProps() { return [ 'email', 'password', 'name', 'sharedTicketList', 'verificationToken', ]; } public function getDefaultProps() { return []; } public static function getUser($value, $property = 'id') { return parent::getDataStore($value, $property); } }