fix(vikon): rename authorize() to getAuthUrl() to avoid parent conflict

This commit is contained in:
F4ilji
2026-07-04 17:46:14 +05:00
parent 3dc29d44d8
commit 5600f21937
2 changed files with 2 additions and 2 deletions
@@ -150,7 +150,7 @@ class VikonController extends Controller
return response()->json(['success' => true]);
}
public function authorize(): JsonResponse
public function getAuthUrl(): JsonResponse
{
$state = \Illuminate\Support\Str::random(32);
Session::put('oauth_state', $state);