From a04ecbde778decfdea7200806a6b1144861ae05f Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 19 Apr 2014 22:12:12 -0400 Subject: Add RememberMe feature and authentications history --- controllers/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controllers/action.php') diff --git a/controllers/action.php b/controllers/action.php index 32ec737d..b4006940 100644 --- a/controllers/action.php +++ b/controllers/action.php @@ -7,7 +7,7 @@ require_once __DIR__.'/base.php'; /** * Automatic actions management * - * @package controllers + * @package controller * @author Frederic Guillot */ class Action extends Base -- cgit v1.2.3