Skip to content

Commit

Permalink
feat: Update API.php
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi authored Jan 12, 2024
1 parent ee58c1a commit 662b40b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/API.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?php

namespace HaoZiTeam\Setting;
namespace TheTNB\Setting;

defined( 'ABSPATH' ) || exit;

/**
* API
* @author 耗子
* @version 2023/08/23
* @package HaoZiTeam
* @version 2024/01/13
*/
if ( ! class_exists( 'API' ) ) {
class API {
Expand Down

0 comments on commit 662b40b

Please sign in to comment.