mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add in required use
This commit is contained in:
parent
946ab58f13
commit
db4f8946e4
@ -34,7 +34,7 @@ class BillingSubscriptionTransformer extends EntityTransformer
|
||||
|
||||
public function transform(BillingSubscription $billing_subscription): array
|
||||
{
|
||||
$std = new stdClass;
|
||||
$std = new \stdClass;
|
||||
|
||||
return [
|
||||
'id' => $this->encodePrimaryKey($billing_subscription->id),
|
||||
|
Loading…
x
Reference in New Issue
Block a user