Skip to content

Commit

Permalink
(NFC) AbstractAction - Pithiness
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Jul 17, 2021
1 parent e1f0b33 commit 657a4e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Civi/Api4/Generic/AbstractAction.php
Expand Up @@ -14,7 +14,6 @@
use Civi\Api4\Utils\CoreUtil;
use Civi\Api4\Utils\FormattingUtil;
use Civi\Api4\Utils\ReflectionUtils;
use Civi\Schema\Traits\MagicGetterSetterTrait;

/**
* Base class for all api actions.
Expand All @@ -36,7 +35,7 @@
*/
abstract class AbstractAction implements \ArrayAccess {

use MagicGetterSetterTrait;
use Civi\Schema\Traits\MagicGetterSetterTrait;

/**
* Api version number; cannot be changed.
Expand Down

0 comments on commit 657a4e2

Please sign in to comment.