Ссылка на постоянную в конфигурации Laravel

Route::get('get-user-type', function()
{
    dd(config('global.user_type'));
});
Naughty Narwhal