mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
- fixed setup wizard
- fixed oasis UserAccountTest.php
This commit is contained in:
@@ -53,7 +53,7 @@ class UserResource extends JsonResource
|
||||
'timezone' => $this->settings->timezone,
|
||||
|
||||
// OasisDrive
|
||||
'payment_activation' => $this->settings->payment_activation
|
||||
'payment_activation' => (integer) $this->settings->payment_activation
|
||||
]
|
||||
]
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user