From f36ec8c9ca778e4e9d3cee5b04780afc7c8086fc Mon Sep 17 00:00:00 2001 From: peeradach001 Date: Fri, 24 Jan 2014 16:25:41 +0700 Subject: [PATCH] doc fix --- framework/log/FileTarget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/log/FileTarget.php b/framework/log/FileTarget.php index 4382aa51ce..8058b0c640 100644 --- a/framework/log/FileTarget.php +++ b/framework/log/FileTarget.php @@ -26,7 +26,7 @@ use yii\helpers\FileHelper; class FileTarget extends Target { /** - * @var string log file path or path alias. If not set, it will use the "runtime/logs/app.log" file. + * @var string log file path or path alias. If not set, it will use the "@runtime/logs/app.log" file. * The directory containing the log files will be automatically created if not existing. */ public $logFile;