From bf8340ff9d7a83c44e79a0c2518eeef87f765e4d Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 10 Jun 2019 20:14:02 -0600 Subject: [PATCH] Add RelationshipSettings trait --- .../Settings/RelationshipSettings.php | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/Http/Controllers/Settings/RelationshipSettings.php diff --git a/app/Http/Controllers/Settings/RelationshipSettings.php b/app/Http/Controllers/Settings/RelationshipSettings.php new file mode 100644 index 000000000..81284e650 --- /dev/null +++ b/app/Http/Controllers/Settings/RelationshipSettings.php @@ -0,0 +1,24 @@ +