Basic scheduler completed

This commit is contained in:
2022-03-16 12:01:55 +00:00
parent 5e67853951
commit c542721982
10 changed files with 737 additions and 0 deletions

13
defines.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
/*
* AVSDev UF Scheduler (https://avsdev.uk)
*
* @link https://git.avsdev.uk/avsdev/sprinkle-scheduler
* @license https://git.avsdev.uk/avsdev/sprinkle-scheduler/blob/master/LICENSE.md (LGPL-3.0 License)
*/
namespace UserFrosting;
// Relative path from within sprinkle directory
define('UserFrosting\SCHEDULED_TASKS_DIR', SRC_DIR_NAME . DS . 'Scheduler' . DS . 'Tasks');