Skip to content

Commit

Permalink
Remove unneeded method as we can rely on the parent method instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed May 18, 2023
1 parent 4f77927 commit 4a55ebc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions includes/Classifai/Providers/Watson/NLU.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,6 @@ public function reset_settings() {
update_option( $this->get_option_name(), $settings );
}

/**
* Can the functionality be initialized?
*
* @return bool
*/
public function can_register() {
return $this->is_configured();
}

/**
* Register what we need for the plugin.
*/
Expand Down

0 comments on commit 4a55ebc

Please sign in to comment.