Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #54 from bcrowe/fix-syntax-error
Browse files Browse the repository at this point in the history
Fix syntax error in readme
  • Loading branch information
ADmad committed Jun 17, 2015
2 parents 84c9652 + b129036 commit 92145e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -160,7 +160,7 @@ class UsersController extends AppController {
$data = [
'username' => $this->request->data('username'),
'password' => $this->request->data('password')
);
];
$this->Cookie->write('RememberMe', $data, true, '+1 week');
return true;
}
Expand Down

0 comments on commit 92145e6

Please sign in to comment.