Skip to content

Commit

Permalink
Fix PHPCS violation
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 2, 2015
1 parent 8719787 commit c6a829a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Traits/CrudViewConfigTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

use Cake\Core\Configure;

trait CrudViewConfigTrait {

trait CrudViewConfigTrait
{
/**
* Make sure the CrudView config exists
*
Expand All @@ -21,5 +21,4 @@ public function ensureConfig()

return Configure::load('CrudView.defaults');
}

}

0 comments on commit c6a829a

Please sign in to comment.