@@ -42,7 +42,7 @@ |
||
42 | 42 | $instance = $instance ?: TwitterAds::instance(); |
43 | 43 | if (!$instance) { |
44 | 44 | throw new \InvalidArgumentException( |
45 | - 'An Api instance must be provided as argument or ' . |
|
45 | + 'An Api instance must be provided as argument or '. |
|
46 | 46 | 'set as instance in the \TwitterAds\Api' |
47 | 47 | ); |
48 | 48 | } |
@@ -27,7 +27,7 @@ |
||
27 | 27 | $instance = $instance ?: TwitterAds::instance(); |
28 | 28 | if (!$instance) { |
29 | 29 | throw new \InvalidArgumentException( |
30 | - 'An Api instance must be provided as argument or ' . |
|
30 | + 'An Api instance must be provided as argument or '. |
|
31 | 31 | 'set as instance in the \TwitterAds\Api' |
32 | 32 | ); |
33 | 33 | } |