Au cas ou

This commit is contained in:
Lagacé Mathieu
2020-03-05 08:59:10 -05:00
parent baef9a1df0
commit 8189bbce9a
1843 changed files with 143778 additions and 90 deletions

View File

@@ -251,6 +251,11 @@ class ConfigsTableSeeder extends Seeder
'name' => 'GOOGLE_DRIVE_FOLDER_ID',
'state' => 0,
'data' => '["'.\Crypt::encryptString('null').'"]'
],
[
'name' => 'is_Google_Drive_enabled',
'state' => 0,
'data' => '["false"]'
]
];