diff --git a/app/StoryView.php b/app/StoryView.php new file mode 100644 index 00000000..a2674519 --- /dev/null +++ b/app/StoryView.php @@ -0,0 +1,13 @@ +belongsTo(Story::class); + } +}