diff --git a/app/OauthClient.php b/app/OauthClient.php new file mode 100644 index 000000000..8ef97d929 --- /dev/null +++ b/app/OauthClient.php @@ -0,0 +1,18 @@ +belongsTo(User::class); + } + +} \ No newline at end of file