Skip to content

Commit

Permalink
chore: drop unused trait
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jun 28, 2017
1 parent 9a68a81 commit b54aea6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Listener/ViewListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Cake\Event\Event;
use Cake\Utility\Hash;
use Cake\Utility\Inflector;
use CrudView\Listener\Traits\DeprecatedConfigurationKeyTrait;
use CrudView\Listener\Traits\FormTypeTrait;
use CrudView\Listener\Traits\IndexTypeTrait;
use CrudView\Listener\Traits\SidebarNavigationTrait;
Expand All @@ -18,7 +17,6 @@
class ViewListener extends BaseListener
{
use CrudViewConfigTrait;
use DeprecatedConfigurationKeyTrait;
use FormTypeTrait;
use IndexTypeTrait;
use SidebarNavigationTrait;
Expand Down

0 comments on commit b54aea6

Please sign in to comment.