Update ArticlesController.php
This commit is contained in:
@@ -15,7 +15,7 @@ class ArticlesController extends Controller
|
|||||||
public function show(Article $article)
|
public function show(Article $article)
|
||||||
{
|
{
|
||||||
return view('articles.show', [
|
return view('articles.show', [
|
||||||
'article' => $article->load('topics','source')
|
'article' => $article
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user