mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-12 12:24:28 +02:00
Create event for dbstructure_definition hook
This commit is contained in:
parent
04818781a7
commit
9e3b0b3c40
5 changed files with 15 additions and 3 deletions
|
@ -78,6 +78,8 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const STORAGE_INSTANCE = 'friendica.data.storage_instance';
|
||||
|
||||
public const DB_STRUCTURE_DEFINITION = 'friendica.data.db_structure_definition';
|
||||
|
||||
private array $array;
|
||||
|
||||
public function __construct(string $name, array $array)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue