Fixed test
testing/ogcore-api/pipeline/head This commit looks good
Details
testing/ogcore-api/pipeline/head This commit looks good
Details
parent
626dc276a8
commit
64e721cd09
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace App\EventSubscriber;
|
||||
|
||||
class OrganizationalUnitSubscriber
|
||||
{
|
||||
|
||||
}
|
|
@ -38,7 +38,7 @@ final class ImageFactory extends ModelFactory
|
|||
'softwareProfile' => SoftwareProfileFactory::new(),
|
||||
'updatedAt' => self::faker()->dateTime(),
|
||||
'remotePc' => self::faker()->boolean(),
|
||||
'isGlobal' => self::faker()->boolean(),
|
||||
'isGlobal' => false,
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue