Skip to content

Commit

Permalink
Fixing another CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Sep 1, 2013
1 parent 9f16138 commit 58e6151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/ORM/Table.php
Expand Up @@ -16,8 +16,8 @@
*/
namespace Cake\ORM;

use Cake\Event\EventManager;
use Cake\Database\Schema\Table as Schema;
use Cake\Event\EventManager;
use Cake\ORM\Association\BelongsTo;
use Cake\ORM\Association\BelongsToMany;
use Cake\ORM\Association\HasMany;
Expand Down

2 comments on commit 58e6151

@AD7six
Copy link
Member

@AD7six AD7six commented on 58e6151 Sep 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

u needz my git hooks :)

@jippi
Copy link
Contributor

@jippi jippi commented on 58e6151 Sep 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds like a Foc thing :P

Please sign in to comment.