Refactoring: extract process handling from async job.

This commit is contained in:
Joao Patricio
2023-03-21 09:56:49 +00:00
parent 83a7ef21f3
commit cf121062a1
6 changed files with 34 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace App\Enums;
enum ActivityTypes: string
{
case COOLIFY_PROCESS = 'coolify_process';
}