diff --git a/app/Rules/PortfolioAccessValidationRule.php b/app/Rules/PortfolioAccessValidationRule.php deleted file mode 100644 index 338927b..0000000 --- a/app/Rules/PortfolioAccessValidationRule.php +++ /dev/null @@ -1,27 +0,0 @@ -user_id)->where('id', $value)->count()) { - $fail(__('You do not have access to that portfolio.')); - } - } -}