From 1168cb749c9963b16a5d706a3ce8b89884913593 Mon Sep 17 00:00:00 2001 From: acorncom Date: Thu, 17 Apr 2014 16:33:04 -0600 Subject: [PATCH] Updated data-grid.md to fix wrong path to GridView Path was wrong --- docs/guide/data-grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/data-grid.md b/docs/guide/data-grid.md index fda0fba..e748f1e 100644 --- a/docs/guide/data-grid.md +++ b/docs/guide/data-grid.md @@ -15,7 +15,7 @@ automatically degrade to normal page requests and are still functioning as expec The minimal code needed to use GridView is as follows: ```php -use yii\data\GridView; +use yii\grid\GridView; use yii\data\ActiveDataProvider; $dataProvider = new ActiveDataProvider([