From 14be8984317f50c7c9dddd9b691296b29f0ff71d Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 5 Feb 2019 13:57:01 -0700 Subject: [PATCH] Add OauthClient model --- app/OauthClient.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/OauthClient.php 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