芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/vendor/laravel/jetstream/src/Features.php
$options]); } return 'teams'; } /** * Enable the terms of service and privacy policy feature. * * @return string */ public static function termsAndPrivacyPolicy() { return 'terms'; } /** * Enable the account deletion feature. * * @return string */ public static function accountDeletion() { return 'account-deletion'; } }