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 7d70911 commit ee66a43Copy full SHA for ee66a43
datakit.php
@@ -12,7 +12,7 @@
12
*/
13
14
use DataKit\Plugin\DataView\WordPressDataViewRepository;
15
-use DataKit\Plugin\DataViewPlugin;
+use DataKit\Plugin\DataKitPlugin;
16
17
/** If this file is called directly, abort. */
18
if ( ! defined( 'ABSPATH' ) ) {
@@ -29,7 +29,7 @@
29
'init',
30
function () {
31
try {
32
- DataViewPlugin::get_instance(
+ DataKitPlugin::get_instance(
33
new WordPressDataViewRepository(),
34
);
35
} catch ( Throwable $e ) {
src/DataViewPlugin.php renamed to src/DataKitPlugin.php
@@ -13,7 +13,7 @@
*
* @since $ver$
-final class DataViewPlugin {
+final class DataKitPlugin {
/**
* The singleton plugin instance.
19
0 commit comments