From 58e61517b9c6486f9f396796212af21915635132 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Sat, 31 Aug 2013 18:23:39 -0700 Subject: [PATCH] Fixing another CS error --- lib/Cake/ORM/Table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/ORM/Table.php b/lib/Cake/ORM/Table.php index 19864fa0e43..0c4efd63e3a 100644 --- a/lib/Cake/ORM/Table.php +++ b/lib/Cake/ORM/Table.php @@ -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;