mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-55278 search: Get rid of core_search\area namespace
This commit is contained in:
parent
90a8bdbfc0
commit
8fa1810cec
@ -37,4 +37,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
// The array must be called $renamedclasses.
|
||||
$renamedclasses = array(
|
||||
'core\progress\null' => 'core\progress\none',
|
||||
'core_search\area\base' => 'core_search\base',
|
||||
'core_search\area\base_mod' => 'core_search\base_mod',
|
||||
'core_search\area\base_activity' => 'core_search\base_activity'
|
||||
);
|
||||
|
@ -22,7 +22,7 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
namespace core_search\area;
|
||||
namespace core_search;
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
@ -22,7 +22,7 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
namespace core_search\area;
|
||||
namespace core_search;
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
@ -22,7 +22,7 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
namespace core_search\area;
|
||||
namespace core_search;
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
Loading…
x
Reference in New Issue
Block a user