Commit fc960103 authored by Shakarim Sapa's avatar Shakarim Sapa

- Удалили лишний вызов dataProvider

parent 67b47991
......@@ -24,14 +24,3 @@ use \yii\grid\GridView;
]);
?>
</div>
<div class="analytics-school-files-view">
<?= GridView::widget([
'dataProvider' => $files,
'columns' => [
['class' => 'yii\grid\SerialColumn'],
'title',
'file',
],
]); ?>
</div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment