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