Fix class not found errors

This commit is contained in:
David Stone
2024-12-28 23:26:14 -07:00
parent 5896a993aa
commit b994a75db3
10 changed files with 15 additions and 15 deletions

View File

@ -586,7 +586,7 @@ class Domain extends Base_Model {
* @since 2.0.0
*
* @param int|stdClass $site Site ID, or site object from {@see get_blog_details}.
* @return Domain|Domain[]|WP_Error|false Mapping on success, WP_Error if error occurred, or false if no mapping found.
* @return Domain|Domain[]|\WP_Error|false Mapping on success, WP_Error if error occurred, or false if no mapping found.
*/
public static function get_by_site($site) {