Skip to content

Commit ee66a43

Browse files
committed
Rename the plugin to DataKitPlugin
1 parent 7d70911 commit ee66a43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

datakit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
use DataKit\Plugin\DataView\WordPressDataViewRepository;
15-
use DataKit\Plugin\DataViewPlugin;
15+
use DataKit\Plugin\DataKitPlugin;
1616

1717
/** If this file is called directly, abort. */
1818
if ( ! defined( 'ABSPATH' ) ) {
@@ -29,7 +29,7 @@
2929
'init',
3030
function () {
3131
try {
32-
DataViewPlugin::get_instance(
32+
DataKitPlugin::get_instance(
3333
new WordPressDataViewRepository(),
3434
);
3535
} catch ( Throwable $e ) {

src/DataViewPlugin.php renamed to src/DataKitPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @since $ver$
1515
*/
16-
final class DataViewPlugin {
16+
final class DataKitPlugin {
1717
/**
1818
* The singleton plugin instance.
1919
*

0 commit comments

Comments
 (0)