From d6ac7b60b30d3e9cf0c7c70946a467e16bef5871 Mon Sep 17 00:00:00 2001 From: Christopher Vrooman Date: Fri, 28 Nov 2014 20:49:42 -0300 Subject: [PATCH] Update security-authentication.md Minor syntax change. --- docs/guide/security-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/security-authentication.md b/docs/guide/security-authentication.md index 27f0f8f495..53b4ee2f1f 100644 --- a/docs/guide/security-authentication.md +++ b/docs/guide/security-authentication.md @@ -83,4 +83,4 @@ public function beforeSave($insert) } ``` -The `validateAuthKey` method just needs to compare the `$authKey` variable, passed as parameter (itself retrieved from a cookie), with the value fetched from database. +The `validateAuthKey` method just needs to compare the `$authKey` variable, passed as a parameter (itself retrieved from a cookie), with the value fetched from the database.