Example #1
0
 public function getById($id)
 {
     return Activities::with('media', 'status', 'featuredImage')->whereId($id)->first();
 }