'integer', 'latitude' => 'float', 'longitude' => 'float', ]; public function teachers(): HasMany { return $this->hasMany(Teacher::class); } }