This commit is contained in:
2019-05-30 02:21:49 -05:00
parent 1ac9181942
commit 857f088da4

View File

@@ -12,6 +12,10 @@ use Illuminate\Foundation\Bus\Dispatchable;
//App Library
use App\Library\Structures\StructureHelper;
//App Models
use App\Models\Jobs\JobProcessStructure;
use App\Models\Jobs\JobStatus;
class ProcessStructureJob implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;