Skip to content

Commit

Permalink
Removes the Action Matcher config extension to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Manderson committed Sep 15, 2014
1 parent ddff142 commit b3c9b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 133 deletions.
131 changes: 0 additions & 131 deletions src/Config/ActionMatcher.php

This file was deleted.

4 changes: 2 additions & 2 deletions src/Config/ModuleConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ public function freeze()
$aconfig->freeze();
}

$this->matcher = new \Phruts\Config\ActionMatcher($aconfigs);

// $this->matcher = new \Phruts\Config\ActionMatcher($aconfigs);
//
$fbconfigs = $this->findFormBeanConfigs();
foreach ($fbconfigs as $fbconfig) {
$fbconfig->freeze();
Expand Down

0 comments on commit b3c9b17

Please sign in to comment.