'integer', ]; public function courses(): BelongsToMany { return $this->belongsToMany(Course::class); } }