From ccc3e510a68c99ba2ec19ee12051bc169d363451 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 28 Dec 2022 11:02:17 +0100 Subject: [PATCH] BranchSupportHook: typo --- library/Director/Hook/BranchSupportHook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Director/Hook/BranchSupportHook.php b/library/Director/Hook/BranchSupportHook.php index 6615cbe0..72ce096e 100644 --- a/library/Director/Hook/BranchSupportHook.php +++ b/library/Director/Hook/BranchSupportHook.php @@ -14,7 +14,7 @@ abstract class BranchSupportHook { /** * @param Request $request - * @param BranchSTore $store + * @param BranchStore $store * @param Auth $auth * @return Branch */