We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e471b commit db946e2Copy full SHA for db946e2
src/MySql/AuditDataLayer.php
@@ -359,7 +359,7 @@ public static function getTablesNames(string $schemaName): array
359
*
360
* @return array[]
361
*/
362
- public static function getTriggers(string $schemaName): string
+ public static function getTriggers(string $schemaName): array
363
{
364
$sql = sprintf('
365
select EVENT_OBJECT_TABLE as table_name
0 commit comments