From eca48e3c0290f84ef210a8a497a29180098ff67b Mon Sep 17 00:00:00 2001 From: katsew Date: Mon, 20 Feb 2017 20:12:30 +0900 Subject: Change author to dev team Signed-off-by: katsew --- system/libraries/Cache/drivers/Cache_apcu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/libraries') diff --git a/system/libraries/Cache/drivers/Cache_apcu.php b/system/libraries/Cache/drivers/Cache_apcu.php index a60937339..955539d8e 100644 --- a/system/libraries/Cache/drivers/Cache_apcu.php +++ b/system/libraries/Cache/drivers/Cache_apcu.php @@ -43,7 +43,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); * @package CodeIgniter * @subpackage Libraries * @category Core - * @author EllisLab Dev Team + * @author CodeIgniter Dev team * @link */ class CI_Cache_apcu extends CI_Driver { -- cgit v1.2.3-24-g4f1b