Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
JoeMurray
action-provider
Commits
1342d2e3
Commit
1342d2e3
authored
Feb 18, 2021
by
jaapjansma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused use statement
parent
afe2b5d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Civi/ActionProvider/Action/Generic/RegexReplaceValue.php
Civi/ActionProvider/Action/Generic/RegexReplaceValue.php
+1
-2
No files found.
Civi/ActionProvider/Action/Generic/RegexReplaceValue.php
View file @
1342d2e3
...
...
@@ -12,7 +12,6 @@ use \Civi\ActionProvider\Parameter\ParameterBagInterface;
use
\
Civi\ActionProvider\Parameter\SpecificationBag
;
use
\
Civi\ActionProvider\Parameter\Specification
;
use
Civi\FormProcessor\API\Exception
;
use
CRM_ActionProvider_ExtensionUtil
as
E
;
/**
...
...
@@ -97,4 +96,4 @@ class RegexReplaceValue extends AbstractAction {
}
$output
->
setParameter
(
'value'
,
$value
);
}
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment