my-projects-website/app/application/config/translation_service.php

12 lines
332 B
PHP
Raw Normal View History

<?php
return [
/*
|--------------------------------------------------------------------------
| Translate service
|--------------------------------------------------------------------------
|
| Enables or disables translate service.
*/
'enable' => (bool) env('TRANSLATION_SERVICE_ENABLE', false),
];