mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Try to test for confirmation errors.
This commit is contained in:
@@ -33,7 +33,7 @@ class TestDataSeeder extends Seeder
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
$disk = Storage::disk('database');
|
||||
$disk = Storage::disk('seeds');
|
||||
$env = App::environment();
|
||||
Log::debug('Environment is ' . $env);
|
||||
$fileName = 'seed.' . $env . '.json';
|
||||
|
Reference in New Issue
Block a user