Issue #2195407 by Sutharsan: Make ConfigEvents class a final class.
parent
2fd888c406
commit
93f5448439
|
@ -10,7 +10,7 @@ namespace Drupal\Core\Config;
|
|||
/**
|
||||
* Defines events for the configuration system.
|
||||
*/
|
||||
class ConfigEvents {
|
||||
final class ConfigEvents {
|
||||
|
||||
/**
|
||||
* Name of event fired when saving the configuration object.
|
||||
|
|
Loading…
Reference in New Issue