Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed Aug 27, 2017
1 parent 7adb3ed commit 0ccd8d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Model/Behavior/RegisterBehavior.php
Expand Up @@ -26,7 +26,6 @@
*/
class RegisterBehavior extends BaseTokenBehavior
{

use MailerAwareTrait;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase/Model/Behavior/PasswordBehaviorTest.php
Expand Up @@ -55,7 +55,6 @@ public function setUp()
'transport' => 'test',
'from' => 'cakedc@example.com'
]);

}

/**
Expand Down

0 comments on commit 0ccd8d0

Please sign in to comment.