File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414// You should have received a copy of the GNU General Public License
1515// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
1616
17- /**
18- * Class which contains the implementations of the added functions.
19- *
20- * @package local_sync_service
21- * @copyright 2022 Daniel Schröter
22- * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23- */
24-
2517use core_completion \progress ;
2618require_once (__DIR__ . '/../../config.php ' );
2719require_once ($ CFG ->libdir . '/externallib.php ' );
3123
3224defined ('MOODLE_INTERNAL ' ) || die ();
3325
26+ /**
27+ * Class which contains the implementations of the added functions.
28+ *
29+ * @package local_sync_service
30+ * @copyright 2022 Daniel Schröter
31+ * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
32+ */
3433class local_sync_service_external extends external_api {
3534 /**
3635 * Defines the necessary method parameters.
You can’t perform that action at this time.
0 commit comments