Moved import test files; Added timezone argument to importers

This commit is contained in:
Constantin Graf
2024-05-29 15:40:38 +02:00
committed by Constantin Graf
parent 7af77c9357
commit b5a240cb2f
25 changed files with 62 additions and 38 deletions

View File

@@ -60,7 +60,7 @@ return [
'testfiles' => [
'driver' => 'local',
'root' => storage_path('tests'),
'root' => resource_path('testfiles'),
'throw' => true,
],