5 lines
208 B
PHP
5 lines
208 B
PHP
<?php
|
|
|
|
function getAutomationsForDropbox($dropdown_category_id,$file_name = ""){
|
|
return App\Utility\DropboxAuthorize::getAutomationsForDropbox($dropdown_category_id,$_POST['export_type_id'],$file_name);
|
|
} |