diff --git a/src/ORM/Rule/ValidCount.php b/src/ORM/Rule/ValidCount.php index 5e7779da8b2..4a47d7f53f7 100644 --- a/src/ORM/Rule/ValidCount.php +++ b/src/ORM/Rule/ValidCount.php @@ -14,10 +14,10 @@ */ namespace Cake\ORM\Rule; -use Countable; use Cake\Datasource\EntityInterface; use Cake\ORM\Association; use Cake\Validation\Validation; +use Countable; /** * Validates the count of associated records.