Skip to content

Commit 11493ad

Browse files
authored
Merge pull request #147 from TeamEver/codex/refactor-search-and-replace-method
Add universal DB search/replace command
2 parents b4944e8 + de17565 commit 11493ad

File tree

3 files changed

+108
-843
lines changed

3 files changed

+108
-843
lines changed

config/services.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ services:
3333
tags:
3434
- { name: 'console.command' }
3535

36+
everblock.tools.search_replace:
37+
class: Everblock\Tools\Command\SearchReplaceCommand
38+
public: true
39+
tags:
40+
- { name: 'console.command' }
41+

0 commit comments

Comments
 (0)