From 07ebdaf77fc4682f891fc592aba1935aa85f14ef Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Mon, 28 Oct 2024 22:06:27 -0500 Subject: [PATCH] chore:cleanup --- app/Rules/PortfolioAccessValidationRule.php | 27 --------------------- 1 file changed, 27 deletions(-) delete mode 100644 app/Rules/PortfolioAccessValidationRule.php 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.')); - } - } -}