Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Removing an necessary method from DefaultAuthSetupTrait.php
Browse files Browse the repository at this point in the history
Not sure why it was added in the first place.
  • Loading branch information
Florian Krämer committed Sep 24, 2015
1 parent f68847e commit f274860
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Auth/DefaultAuthSetupTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@

trait DefaultAuthSetupTrait {

/**
* Gets the component registry.
*
* @return \Cake\Controller\ComponentRegistry
*/
abstract public function components();

/**
* Sets the default authentication settings up.
*
Expand Down

0 comments on commit f274860

Please sign in to comment.