Exemplo n.º 1
0
 public function show($slug)
 {
     return Article::select($this->fields)->with(['seo', 'galleries.images'])->active()->where('slug', $slug)->first();
 }