/
home
/
techb158
/
immovalet.com
/
platform
/
plugins
/
social-login
/
src
/
/home/techb158/immovalet.com/platform/plugins/social-login/src
mkdir
upload
Name
Size
Mode
Actions
Facades/
-
0755
rm
Http/
-
0755
rm
Providers/
-
0755
rm
Supports/
-
0755
rm
Plugin.php
857
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/plugins/social-login/src/Plugin.php
(857B)
<?php namespace Botble\SocialLogin; use Botble\PluginManagement\Abstracts\PluginOperationAbstract; use Botble\Setting\Models\Setting; class Plugin extends PluginOperationAbstract { public static function remove() { Setting::whereIn('key', [ 'social_login_enable', 'social_login_facebook_enable', 'social_login_facebook_app_id', 'social_login_facebook_app_secret', 'social_login_github_enable', 'social_login_github_app_id', 'social_login_github_app_secret', 'social_login_google_enable', 'social_login_google_app_id', 'social_login_google_app_secret', 'social_login_linkedin_enable', 'social_login_linkedin_app_id', 'social_login_linkedin_app_secret', ])->delete(); } }
Save
cmd:
run