5 lines
73 B
PHP
5 lines
73 B
PHP
<?php
|
|
|
|
return [
|
|
'pull_files' => env('FEATURES_PULL_FILES', true),
|
|
];
|