Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Patzer committed Feb 19, 2018
1 parent 6619c09 commit fa72fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
arguments:
- "@contao.framework"
huh.utils.code:
class: HeimrichHannot\UtilsBundle\Code\CodeUtil
class: HeimrichHannot\UtilsBundle\Security\CodeUtil
public: true
arguments:
- "@contao.framework"
Expand Down
2 changes: 1 addition & 1 deletion src/Code/CodeUtil.php → src/Security/CodeUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @license LGPL-3.0-or-later
*/

namespace HeimrichHannot\UtilsBundle\Code;
namespace HeimrichHannot\UtilsBundle\Security;

use Contao\System;
use HeimrichHannot\UtilsBundle\String\StringUtil;
Expand Down

0 comments on commit fa72fe3

Please sign in to comment.