[StripeAPIChangeLogBridge] fix unknown class Item
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
c37aee408d
commit
806f38b42d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class StripeAPIChangeLogBridge extends BridgeAbstract{
|
|||
|
||||
|
||||
foreach($html->find('h3') as $change){
|
||||
$item=new \Item();
|
||||
$item=array();
|
||||
$item['title']=trim($change->plaintext);
|
||||
$item['uri']='https://stripe.com/docs/upgrades#'.$item['title'];
|
||||
$item['author']='stripe';
|
||||
|
|
Loading…
Reference in a new issue