update v1.0.7.9

This commit is contained in:
Sujit Prasad
2016-08-04 19:57:15 +05:30
parent f07afa8307
commit 2d8a592a4d
2 changed files with 4 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ class = "active"
$article = App\Model\kb\Article::where('id', $id)->get();
$article = $article->where('status', 1);
$article = $article->where('type', 1);
$article = $article->orderBy('publish_time','desc');
//dd($article);
?>
@foreach($article as $arti)