Basic scheduler completed
This commit is contained in:
13
defines.php
Normal file
13
defines.php
Normal 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');
|
||||
Reference in New Issue
Block a user