projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17af008
)
Allow API4 Job to be a ManagedEntity
author
Matthew Wire
<mjw@mjwconsult.co.uk>
Sun, 10 Dec 2023 18:56:30 +0000
(18:56 +0000)
committer
Matthew Wire
<mjw@mjwconsult.co.uk>
Sun, 10 Dec 2023 18:56:30 +0000
(18:56 +0000)
Civi/Api4/Job.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Api4/Job.php
b/Civi/Api4/Job.php
index 0850384e8c2b33b61974f1d9a7c1354415c71154..5e4db88d6242613655b1bca3b205b45a5bec0856 100644
(file)
--- a/
Civi/Api4/Job.php
+++ b/
Civi/Api4/Job.php
@@
-17,5
+17,6
@@
namespace Civi\Api4;
* @package Civi\Api4
*/
class Job extends Generic\DAOEntity {
+ use Generic\Traits\ManagedEntity;
}