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