Allow API4 Job to be a ManagedEntity
authorMatthew Wire <mjw@mjwconsult.co.uk>
Sun, 10 Dec 2023 18:56:30 +0000 (18:56 +0000)
committerMatthew Wire <mjw@mjwconsult.co.uk>
Sun, 10 Dec 2023 18:56:30 +0000 (18:56 +0000)
Civi/Api4/Job.php

index 0850384e8c2b33b61974f1d9a7c1354415c71154..5e4db88d6242613655b1bca3b205b45a5bec0856 100644 (file)
@@ -17,5 +17,6 @@ namespace Civi\Api4;
  * @package Civi\Api4
  */
 class Job extends Generic\DAOEntity {
+  use Generic\Traits\ManagedEntity;
 
 }