Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct use statement order
Update order of use statements
  • Loading branch information
Michael Pirouet committed Apr 5, 2015
1 parent e590c7f commit f9cceb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Plugin.php
Expand Up @@ -15,8 +15,8 @@
namespace Cake\Core;

use Cake\Core\ClassLoader;
use Cake\Core\Exception\MissingPluginException;
use Cake\Core\Configure;
use Cake\Core\Exception\MissingPluginException;
use DirectoryIterator;

/**
Expand Down

0 comments on commit f9cceb4

Please sign in to comment.