updated returnAsResource parameters
This commit is contained in:
@@ -34,8 +34,8 @@ class SubscriptionController extends ApiController
|
||||
|
||||
return $this->respondAsResource(
|
||||
$collection,
|
||||
true,
|
||||
['total' => $total]
|
||||
['isCollection' => true,
|
||||
'appendData' => ['total' => $total]]
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user