refactor: clean up imports
This commit is contained in:
parent
7135811d15
commit
a6aa8e7fe2
13 changed files with 257 additions and 204 deletions
|
@ -12,9 +12,9 @@ namespace footnotes\includes\settings\general;
|
|||
|
||||
require_once plugin_dir_path( __DIR__ ) . 'class-settings-group.php';
|
||||
|
||||
use footnotes\includes\Settings;
|
||||
use footnotes\includes\settings\Setting;
|
||||
use footnotes\includes\settings\SettingsGroup;
|
||||
use footnotes\admin\layout\Settings as SettingsLayout;
|
||||
|
||||
/**
|
||||
* Class defining the reference container settings.
|
||||
|
|
Reference in a new issue