hasMany(CategoriaContable::class)->orderBy('orden'); } public function cuentas(): HasMany { return $this->hasMany(Cuenta::class); } }