Add dbstructure_definition hook call

This commit is contained in:
Hypolite Petovan 2018-04-11 23:28:05 -04:00
parent 0334e49d8e
commit cc40dcf83c
1 changed files with 2 additions and 0 deletions

View File

@ -1803,6 +1803,8 @@ class DBStructure
]
];
\Friendica\Core\Addon::callHooks('dbstructure_definition', $database);
return $database;
}
}