Commit 01d231e4 authored by Savorboard's avatar Savorboard

Introduced rewrite table name option

parent ffeb5590
......@@ -211,7 +211,7 @@ namespace DotNetCore.CAP.MySql
public IMonitoringApi GetMonitoringApi()
{
return new MySqlMonitoringApi(_options);
return new MySqlMonitoringApi(_options, _initializer);
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment