Skip to content

Commit 14fb0f6

Browse files
committed
fix: Unknown class "Uninstall" on plugin uninstall.
1 parent 5470e40 commit 14fb0f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootstrap/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function deactivation()
129129
*/
130130
public static function uninstall()
131131
{
132-
$uninstallInstance = new \SimplyBook\Helpers\Uninstall();
132+
$uninstallInstance = new \SimplyBook\Support\Helpers\Uninstall();
133133
$uninstallInstance->handlePluginUninstall();
134134
}
135135

0 commit comments

Comments
 (0)