MDL-55278 search: Get rid of core_search\area namespace

This commit is contained in:
David Monllao 2016-07-20 20:13:58 +02:00
parent 90a8bdbfc0
commit 8fa1810cec
4 changed files with 6 additions and 3 deletions

View File

@ -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'
);

View File

@ -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();

View File

@ -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();

View File

@ -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();