Slug length in config

Hey! Is it possible to set $minSlugLength in config file? I want to use it in multiple models and don't want to define it each time.

For example:

return [
    'appsalt' => 'your-application-salt',
    'length' => 8,
    'alphabet' => 'abcdefghijklmnopqrstuvwxyz',
];

Coudl you add this feature?