rename method

This commit is contained in:
hackerESQ
2024-10-19 23:14:15 -05:00
parent 99c5ad3979
commit 6ce9833e66
2 changed files with 4 additions and 4 deletions
@@ -11,7 +11,7 @@ use App\Notifications\VerifyConnectedAccountNotification;
use Illuminate\Support\Facades\Auth;
use Laravel\Socialite\Facades\Socialite;
class SocialLoginController extends Controller
class ConnectedAccountController extends Controller
{
/**