diff options
Diffstat (limited to 'library/Director/Hook/BranchSupportHook.php')
-rw-r--r-- | library/Director/Hook/BranchSupportHook.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Director/Hook/BranchSupportHook.php b/library/Director/Hook/BranchSupportHook.php index 6615cbe..72ce096 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 */ |