Added Charts

This commit is contained in:
2026-04-11 20:49:01 +10:00
parent e83fd3bdca
commit 95624f345c
16 changed files with 979 additions and 386 deletions
+5
View File
@@ -19,4 +19,9 @@ class Region extends Model
{
return $this->belongsTo(Country::class);
}
public function continent(): BelongsTo
{
return $this->belongsTo(Continent::class);
}
}