Skip to content

Conversation

@skmedix
Copy link
Contributor

@skmedix skmedix commented Nov 26, 2025

No description provided.

@skmedix skmedix marked this pull request as ready for review November 26, 2025 12:20
@bocharsky-bw
Copy link
Member

Thank you! Could you take a look at the failed builds, please?

service('symfonycasts.reset_password.random_generator'),
]);

$services->alias(ResetPasswordHelperInterface::class, 'symfonycasts.reset_password.helper');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't the arguments be swapped for it? like:

Suggested change
$services->alias(ResetPasswordHelperInterface::class, 'symfonycasts.reset_password.helper');
$services->alias('symfonycasts.reset_password.helper', ResetPasswordHelperInterface::class);

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind, it should be correct

@bocharsky-bw
Copy link
Member

Thank you!

@bocharsky-bw bocharsky-bw merged commit 8e5f8f8 into SymfonyCasts:main Nov 29, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants