Updated PXEbootFiles input
parent
75ff3ff11c
commit
8677fc0f94
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace App\Controller\OgBoot\OgLive;
|
||||
|
||||
class SyncAction
|
||||
{
|
||||
|
||||
}
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue