belongsTo(School::class); } public function student() { return $this->hasMany(User::class, 'class_id'); } }