Skip to content

Commit

Permalink
fix Use classes must be in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
quickapps authored and lorenzo committed Mar 29, 2014
1 parent c53873c commit cbdcd2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Model/Behavior/TreeBehavior.php
Expand Up @@ -16,12 +16,13 @@

use ArrayObject;
use Cake\Collection\Collection;
use Cake\Database\Expression\QueryExpression;
use Cake\Event\Event;
use Cake\ORM\Behavior;
use Cake\ORM\Entity;
use Cake\ORM\Table;
use Cake\ORM\TableRegistry;
use Cake\Database\Expression\QueryExpression;


class TreeBehavior extends Behavior {

Expand Down

0 comments on commit cbdcd2e

Please sign in to comment.