Skip to content

Commit 62017bd

Browse files
authored
chore: Fix package declaration in Hook.php (typo)
1 parent 7652578 commit 62017bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Hook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Class Hook
1010
*
11-
* @package Kristos80\Hooks
11+
* @package Kristos80\Hook
1212
* @author Christos Athanasiadis <[email protected]>
1313
* @date 3/10/25
1414
*/
@@ -109,4 +109,4 @@ public function applyFilter(string $hookName, ...$arg) {
109109

110110
return $result;
111111
}
112-
}
112+
}

0 commit comments

Comments
 (0)