Skip to content

Commit

Permalink
Add config/di/textfilter.php to set up as service in di container.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosbth committed Aug 13, 2018
1 parent 8b265f4 commit ac74dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/di/textfilter.php
Expand Up @@ -4,7 +4,7 @@
*/
return [
"services" => [
"response" => [
"textfilter" => [
"shared" => true,
"callback" => "\Anax\TextFilter\TextFilter",
],
Expand Down

0 comments on commit ac74dd7

Please sign in to comment.