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