mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
making visibility private
This commit is contained in:
@@ -7,7 +7,7 @@ class Hooks
|
||||
/**
|
||||
* @var callable[] $hooks
|
||||
*/
|
||||
static array $hooks = [];
|
||||
private static array $hooks = [];
|
||||
|
||||
public static function add(string $name, callable $action)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user