Skip to content

Commit

Permalink
Merge pull request #548 from 10up/fix/547
Browse files Browse the repository at this point in the history
Ensure we define the class property before using it
  • Loading branch information
Sidsector9 authored Jul 31, 2023
2 parents 5c79b02 + 90409b0 commit fcbe3b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions includes/Classifai/Providers/Watson/NLU.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ class NLU extends Provider {
*/
public $save_post_handler;

/**
* @var $nlu_features array The list of NLU features
*/
protected $nlu_features = [];

/**
* Watson NLU constructor.
*
Expand Down

0 comments on commit fcbe3b0

Please sign in to comment.