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