Skip to content

Commit

Permalink
Fixed Put optioN
Browse files Browse the repository at this point in the history
  • Loading branch information
hborras committed Mar 5, 2020
1 parent 7448523 commit 2bde6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
composer.lock
vendor
tests/env
tests/.env
.idea
private_examples/*
2 changes: 1 addition & 1 deletion src/TwitterAds/Resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ abstract class Resource implements Arrayable
const RESOURCE_ID_REPLACE = '{id}';
const RESOURCE_REPLACE = '{account_id}';

private $properties = [];
protected $properties = [];

/** @var TwitterAds $twitterAds */
private $twitterAds;
Expand Down

0 comments on commit 2bde6e6

Please sign in to comment.