mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-20 13:26:50 +00:00
[AB-205] making exception message for command not found configurable
making feature config classes more unified in the naming
This commit is contained in:
@@ -18,7 +18,7 @@ import java.util.List;
|
||||
* General instance of {@link FeatureConfig} to establish the mod mail feature
|
||||
*/
|
||||
@Component
|
||||
public class ModMailFeature implements FeatureConfig {
|
||||
public class ModMailFeatureConfig implements FeatureConfig {
|
||||
|
||||
@Autowired
|
||||
private ModMailFeatureValidator modMailFeatureValidator;
|
||||
Reference in New Issue
Block a user