mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-25 10:20:38 +00:00
- Store creator into SubscriptionRequest
This commit is contained in:
@@ -89,6 +89,7 @@ class OasisAdminTest extends TestCase
|
||||
$this->assertDatabaseHas('subscription_requests', [
|
||||
'requested_plan' => 'virtualni-sanon-basic',
|
||||
'status' => 'requested',
|
||||
'creator' => $admin->email,
|
||||
]);
|
||||
|
||||
$this->assertDatabaseHas('users', [
|
||||
|
||||
Reference in New Issue
Block a user