hasMany(Step::class, 'group_id'); } public function ModularStep(){ return $this->belongsTo(ModularStep::class, 'modular_id'); } }