Initial worker definition. Needs a jobs table to be created
This commit is contained in:
13
defines.php
Normal file
13
defines.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* AVSDev UF Worker (https://avsdev.uk)
|
||||
*
|
||||
* @link https://git.avsdev.uk/avsdev/sprinkle-worker
|
||||
* @license https://git.avsdev.uk/avsdev/sprinkle-worker/blob/master/LICENSE.md (LGPL-3.0 License)
|
||||
*/
|
||||
|
||||
namespace UserFrosting;
|
||||
|
||||
// Relative path from within sprinkle directory
|
||||
define('UserFrosting\JOBS_DIR', SRC_DIR_NAME . DS . 'Jobs');
|
||||
Reference in New Issue
Block a user