Skip to content

Commit

Permalink
Integration parent::__construct();.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 7, 2020
1 parent e144d7b commit 9a75d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Integration.php
Expand Up @@ -34,6 +34,8 @@ public function __construct( $args = array() ) {
)
);

parent::__construct( $args );

$this->id = $args['id'];
$this->name = $args['name'];
$this->url = $args['url'];
Expand Down

0 comments on commit 9a75d9b

Please sign in to comment.