Skip to content

Commit

Permalink
Fix CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jan 1, 2015
1 parent 6647e8f commit 0ca3550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Behavior/TreeBehavior.php
Expand Up @@ -14,10 +14,10 @@
*/
namespace Cake\Model\Behavior;

use Cake\Datasource\Exception\RecordNotFoundException;
use Cake\Event\Event;
use Cake\ORM\Behavior;
use Cake\ORM\Entity;
use Cake\Datasource\Exception\RecordNotFoundException;
use Cake\ORM\Query;
use Cake\ORM\Table;

Expand Down

0 comments on commit 0ca3550

Please sign in to comment.