From b84a525eeb24bdfbb191e36cb68932b60f4e9518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Tue, 23 Nov 2021 00:03:06 +0900 Subject: [PATCH] =?UTF-8?q?=E6=AE=8B=E3=81=A3=E3=81=A6=E3=81=84=E3=82=8B?= =?UTF-8?q?=E3=83=A2=E3=83=87=E3=83=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/HomeComment.php | 10 ++++++++++ app/Models/HomePage.php | 10 ++++++++++ app/Models/HomePost.php | 10 ++++++++++ app/Models/VideoCategory.php | 10 ++++++++++ app/Models/VideoComment.php | 10 ++++++++++ app/Models/VideoPeertubeComment.php | 10 ++++++++++ app/Models/VideoUpload.php | 10 ++++++++++ app/Models/VideoUploads.php | 10 ++++++++++ app/Models/VideoYoutubeComment.php | 10 ++++++++++ 9 files changed, 90 insertions(+) create mode 100644 app/Models/HomeComment.php create mode 100644 app/Models/HomePage.php create mode 100644 app/Models/HomePost.php create mode 100644 app/Models/VideoCategory.php create mode 100644 app/Models/VideoComment.php create mode 100644 app/Models/VideoPeertubeComment.php create mode 100644 app/Models/VideoUpload.php create mode 100644 app/Models/VideoUploads.php create mode 100644 app/Models/VideoYoutubeComment.php diff --git a/app/Models/HomeComment.php b/app/Models/HomeComment.php new file mode 100644 index 0000000..677af6a --- /dev/null +++ b/app/Models/HomeComment.php @@ -0,0 +1,10 @@ +