芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/lavishbdlifestyle.com/app/Services/SocialRevoke.php
<?php namespace App\Services; use Illuminate\Http\Request; class SocialRevoke { public function apply($provider) { $provider_class = __NAMESPACE__ . '\\Revoke\\' . str_replace(' ', '', ucwords(str_replace('_', ' ', $provider.'Revoke'))); if (class_exists($provider_class)) { return (new $provider_class)->apply(); } $revoke = new $provider_class(); return $revoke->apply(); } }
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage