Added About Page
This commit is contained in:
@@ -18,6 +18,8 @@ class Tour extends Model
|
||||
public static function featuredTours(){
|
||||
return Tour::whereHas('countries.continent')
|
||||
->with('countries.continent')
|
||||
->inRandomOrder()
|
||||
->limit(4)
|
||||
->get();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user