mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
making visibility private
This commit is contained in:
parent
1f558442d9
commit
caa5c4e744
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ class Hooks
|
|||
/**
|
||||
* @var callable[] $hooks
|
||||
*/
|
||||
static array $hooks = [];
|
||||
private static array $hooks = [];
|
||||
|
||||
public static function add(string $name, callable $action)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue