Skip to content

Commit

Permalink
Update class-options.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nerijuszaniauskas authored Jul 26, 2024
1 parent e1369eb commit e7af3c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omnisend/includes/Internal/class-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public static function get_api_key(): string {
return is_string( $api_key ) ? $api_key : '';
}

public static function get_brand_id(): string {
public static function get_brand_id():
string {
$brand_id = get_option( self::OPTION_BRAND_ID );

return is_string( $brand_id ) ? $brand_id : '';
Expand Down

0 comments on commit e7af3c3

Please sign in to comment.