Skip to content

Commit

Permalink
Renamed file for abstract class
Browse files Browse the repository at this point in the history
  • Loading branch information
seb86 committed Jan 10, 2024
1 parent 9025cf6 commit d01f0dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ abstract class SettingsPage {
*
* @access protected
*
* @var string $id
* @var string $id
*/
protected $id = '';

Expand All @@ -32,7 +32,7 @@ abstract class SettingsPage {
*
* @access protected
*
* @var string $label
* @var string $label
*/
protected $label = '';

Expand Down

0 comments on commit d01f0dc

Please sign in to comment.