Updated PXEbootFiles input

feature/integration-ogboot
Manuel Aranda Rosales 2024-08-20 11:46:31 +02:00
parent 75ff3ff11c
commit 8677fc0f94
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace App\Controller\OgBoot\OgLive;
class SyncAction
{
}

View File

@ -43,7 +43,7 @@ final class PxeBootFileInput
$bootFile = new PxeBootFile();
}
$bootFile->setTemplate($this->template);
$bootFile->setTemplate($this->template->getEntity());
foreach ($this->clients as $client) {
$clientsToAdd[] = $client->getEntity();