1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

fix: linter

This commit is contained in:
Christy Jacob 2022-11-16 23:25:26 +05:30
parent a34223748b
commit 657f2bc334

View file

@ -123,7 +123,7 @@ class BuildsV1 extends Worker
/** Trigger Functions */
$pools = $register->get('pools');
$connection = $pools->get('queue')->pop();
$functions = new Func($connection->getResource());
$functions
->from($deploymentUpdate)