diff --git a/src/Policies/GlobalSetPolicy.php b/src/Policies/GlobalSetPolicy.php index 6f48eb36b4..cb0d1bb063 100644 --- a/src/Policies/GlobalSetPolicy.php +++ b/src/Policies/GlobalSetPolicy.php @@ -36,6 +36,11 @@ public function create($user) // handled by before() } + public function store($user) + { + // handled by before() + } + public function view($user, $set) { $user = User::fromUser($user);