mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
subscription detail page
This commit is contained in:
@@ -742,6 +742,16 @@ class SetupDevEnvironment extends Command
|
||||
'name' => 'Finance Documents',
|
||||
]);
|
||||
|
||||
collect([$companyProjectFolder, $financeDocumentsFolder])
|
||||
->each(function ($folder) use ($user) {
|
||||
DB::table('team_folder_members')
|
||||
->insert([
|
||||
'parent_id' => $folder->id,
|
||||
'user_id' => $user->id,
|
||||
'permission' => 'owner',
|
||||
]);
|
||||
});
|
||||
|
||||
// Attach members
|
||||
$members = User::whereNotIn('email', ['howdy@hi5ve.digital'])
|
||||
->get();
|
||||
|
||||
Reference in New Issue
Block a user