Skip to content
Snippets Groups Projects
Commit cf03a68d authored by Justus Dieckmann's avatar Justus Dieckmann Committed by Tobias Reischmann
Browse files

Rebasing onto 2nd-level-namespace

parent c9d0cb6d
Branches
Tags
No related merge requests found
......@@ -21,15 +21,9 @@
* @copyright 2019 Justus Dieckmann WWU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
namespace tool_lifecycle\form;
namespace tool_lifecycle\local\form;
use cache;
use tool_lifecycle\action;
use tool_lifecycle\entity\step_subplugin;
use tool_lifecycle\entity\workflow;
use tool_lifecycle\manager\lib_manager;
use tool_lifecycle\manager\workflow_manager;
use tool_lifecycle\step\libbase;
use tool_lifecycle\local\manager\workflow_manager;
defined('MOODLE_INTERNAL') || die();
......
......@@ -15,13 +15,13 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Table listing all courses for a specific user and a specific subplugin
* Table listing all delayed courses
*
* @package tool_lifecycle
* @copyright 2017 Tobias Reischmann WWU
* @copyright 2019 Justus Dieckmann WWU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
namespace tool_lifecycle\table;
namespace tool_lifecycle\local\table;
defined('MOODLE_INTERNAL') || die;
......@@ -31,7 +31,7 @@ require_once($CFG->libdir . '/tablelib.php');
* Table listing all delayed courses
*
* @package tool_lifecycle
* @copyright 2017 Tobias Reischmann WWU
* @copyright 2019 Justus Dieckmann WWU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class delayed_courses_table extends \table_sql {
......
......@@ -22,8 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
use tool_lifecycle\form\form_delays_filter;
use tool_lifecycle\table\delayed_courses_table;
use tool_lifecycle\local\form\form_delays_filter;
use tool_lifecycle\local\table\delayed_courses_table;
require_once(__DIR__ . '/../../../config.php');
require_once($CFG->libdir . '/adminlib.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment