Пример #1
0
 protected function loadPost()
 {
     $slug = $this->property('slug');
     $post = NewsPost::isPublished()->where('slug', $slug)->first();
     return $post;
 }