Skip to content

Commit

Permalink
Remove unnecessary configure::write
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther Lalk committed Feb 24, 2015
1 parent 7f23941 commit 94667c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Expand Up @@ -3,4 +3,3 @@

Configure::write('PluginTest.test_plugin_five.bootstrap', 'loaded plugin five bootstrap');
Configure::write('PluginTest.test_plugin_five.autoload', class_exists('Company\TestPluginFive\Utility\Hello'));

Expand Up @@ -2,5 +2,3 @@
use Cake\Core\Configure;

Configure::write('PluginTest.test_plugin_three.bootstrap', 'loaded plugin three bootstrap');
Configure::write('PluginTest.test_plugin_three.autoload', class_exists('Company\TestPluginThree\Utility\Hello'));

0 comments on commit 94667c2

Please sign in to comment.