Custom Backend OSPRO Surveyor Indonesia

7 lines
234 B

<?php
return [
'image' => env('ASSETS_IMAGE', 'assets/image/'),
'project' => env('ASSETS_PROJECT', 'assets/file/project/'),
'activity' => env('ASSETS_ACTIVITY', 'assets/file/activity/')
];
?>