Skip to content

Commit

Permalink
Correct code styling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther Lalk committed Feb 24, 2015
1 parent 5f2cdc5 commit 7f23941
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -2,4 +2,5 @@
use Cake\Core\Configure;

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

Expand Up @@ -2,4 +2,5 @@
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'));
Configure::write('PluginTest.test_plugin_three.autoload', class_exists('Company\TestPluginThree\Utility\Hello'));

0 comments on commit 7f23941

Please sign in to comment.