Skip to content

Commit f0c3d4f

Browse files
committed
🐛 Fix critical error related to PUC
1 parent f9589c3 commit f0c3d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
namespace DisableWpFrontend;
88

99
use YahnisElsts\PluginUpdateChecker\v5\PucFactory;
10-
use YahnisElsts\PluginUpdateChecker\v5p3\Vcs\Api;
11-
use YahnisElsts\PluginUpdateChecker\v5p3\Vcs\GitHubApi;
10+
use YahnisElsts\PluginUpdateChecker\v5p5\Vcs\Api;
11+
use YahnisElsts\PluginUpdateChecker\v5p5\Vcs\GitHubApi;
1212

1313
// If this file is accessed directly, abort.
1414
defined( 'ABSPATH' ) || exit;

0 commit comments

Comments
 (0)