From 590e78efb5b6b4a4f983a68db5010d713e4e839c Mon Sep 17 00:00:00 2001 From: ADmad Date: Thu, 26 Dec 2019 12:14:35 +0530 Subject: [PATCH] Fix CS error --- src/Listener/Traits/IndexTypeTrait.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Listener/Traits/IndexTypeTrait.php b/src/Listener/Traits/IndexTypeTrait.php index 3fbd5168..94cbcdc8 100644 --- a/src/Listener/Traits/IndexTypeTrait.php +++ b/src/Listener/Traits/IndexTypeTrait.php @@ -4,7 +4,6 @@ namespace CrudView\Listener\Traits; use Cake\Controller\Controller; -use Cake\ORM\Table; use Crud\Action\BaseAction; use Crud\Action\IndexAction;