Featured tours working
This commit is contained in:
12
app/Models/TourCountry.php
Normal file
12
app/Models/TourCountry.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class TourCountry extends Model
|
||||
{
|
||||
protected $fillable = ['tour_id', 'country_id'];
|
||||
public $timestamps = false;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user