1
0
Fork 0
mirror of synced 2024-07-02 21:20:58 +12:00

logger moved to App::shutdown

This commit is contained in:
shimon 2022-07-07 18:09:36 +03:00
parent b2b2534dcc
commit 6437ba8c6a

View file

@ -267,17 +267,6 @@ abstract class Worker
}
/**
* Get Video Storage Device
* @param string $projectId of the project
* @return Device
*/
protected function getVideoDevice($projectId): Device
{
return $this->getDevice(APP_STORAGE_VIDEO . '/app-' . $projectId);
}
/**
* Get Builds Storage Device
* @param string $projectId of the project