Added Charts
This commit is contained in:
@@ -19,4 +19,9 @@ class Region extends Model
|
||||
{
|
||||
return $this->belongsTo(Country::class);
|
||||
}
|
||||
|
||||
public function continent(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(Continent::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user