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