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 b2e808a commit 1cf3d21Copy full SHA for 1cf3d21
plugin/azure_active_directory/src/AzureActiveDirectory.php
@@ -166,7 +166,7 @@ public function install()
166
167
$em = Database::getManager();
168
169
- if ($em->getConnection()->getSchemaManager()->tablesExist(['course_home_notify_notification'])) {
+ if ($em->getConnection()->getSchemaManager()->tablesExist(['azure_ad_sync_state'])) {
170
return;
171
}
172
@@ -182,7 +182,7 @@ public function uninstall()
182
{
183
184
185
- if (!$em->getConnection()->getSchemaManager()->tablesExist(['course_home_notify_notification'])) {
+ if (!$em->getConnection()->getSchemaManager()->tablesExist(['azure_ad_sync_state'])) {
186
187
188
0 commit comments