Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cahdeemer committed Jun 26, 2024
1 parent db87f4a commit 13d8c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function register_fields(): void {
'label' => __( 'Company Address Line 1', 'wp-newsletter-builder' ),
]
),
'address_2' => new \Fieldmanager_TextField(
'address_2' => new \Fieldmanager_TextField(
[
'label' => __( 'Company Address Line 2', 'wp-newsletter-builder' ),
]
Expand Down

0 comments on commit 13d8c14

Please sign in to comment.