mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
- email template
This commit is contained in:
@@ -17,7 +17,9 @@ class PlanResource extends JsonResource
|
||||
public function toArray($request)
|
||||
{
|
||||
// Get subscribers
|
||||
$subscriber_count = Subscription::where('stripe_plan', $this['plan']['id'])->where('stripe_status', 'active')->get();
|
||||
$subscriber_count = Subscription::where('stripe_plan', $this['plan']['id'])
|
||||
->where('stripe_status', 'active')
|
||||
->get();
|
||||
|
||||
return [
|
||||
'data' => [
|
||||
|
||||
Reference in New Issue
Block a user