PMCORE-1404 Use Jobs in the 'script task' and 'service task' execution
This commit is contained in:
8
app/Jobs/CasesDispatch.php
Normal file
8
app/Jobs/CasesDispatch.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Jobs;
|
||||
|
||||
class CasesDispatch extends QueuedClosure
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user