mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- Create/Update metered billing plan
This commit is contained in:
@@ -32,10 +32,11 @@ class SchedulerTest extends TestCase
|
||||
]);
|
||||
|
||||
PlanMeteredFeature::factory()
|
||||
->count(2)
|
||||
->count(3)
|
||||
->sequence(
|
||||
['key' => 'storage'],
|
||||
['key' => 'bandwidth'],
|
||||
['key' => 'flatFee'],
|
||||
)
|
||||
->create([
|
||||
'plan_id' => $plan->id,
|
||||
|
||||
Reference in New Issue
Block a user