mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-28 01:47:18 +02:00
Add first test, and fix the bugs it found!
This commit is contained in:
parent
92db3be27e
commit
78e5b83c1d
3 changed files with 183 additions and 21 deletions
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
namespace Civi\Api4;
|
||||
|
||||
use Civi\Api4\Action\ContactCategory\GetFlows;
|
||||
use Civi\Api4\Action\ContactCategory\Sync;
|
||||
|
||||
/**
|
||||
|
@ -19,4 +20,11 @@ class ContactCategory extends Generic\DAOEntity {
|
|||
return new Sync('ContactCategory', 'sync');
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public static function getFlows(): GetFlows {
|
||||
return new GetFlows('ContactCategory', 'getFlows');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue