mirror of
https://github.com/tiennm99/coolify.git
synced 2026-06-04 16:14:06 +00:00
78c4344583
fix: tests refactor: remoteProcess
9 lines
104 B
PHP
9 lines
104 B
PHP
<?php
|
|
|
|
namespace App\Enums;
|
|
|
|
enum ActivityTypes: string
|
|
{
|
|
case REMOTE_PROCESS = 'remote_process';
|
|
}
|