MDL-76867 core: Plugintype coding style fixes
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
*/
|
||||
namespace core\plugininfo;
|
||||
|
||||
use moodle_url, part_of_admin_tree, admin_settingpage, admin_externalpage;
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
use admin_settingpage;
|
||||
use moodle_url;
|
||||
use part_of_admin_tree;
|
||||
|
||||
/**
|
||||
* Class for authentication plugins
|
||||
|
||||
Reference in New Issue
Block a user