paginator refactoring and implementation into the routes

This commit is contained in:
Čarodej
2022-05-24 18:19:34 +02:00
parent 31218240ae
commit b9975de700
61 changed files with 1215 additions and 829 deletions

View File

@@ -19,7 +19,7 @@ class SocialiteTest extends TestCase
{
$response = $this->get('api/socialite/google/redirect');
$this->assertStringContainsString('accounts.google.com/o/oauth2/auth', $response['url']);
$this->assertStringContainsString('accounts.google.com/o/oauth2/auth', $response->json()['data']['url']);
}
/**