We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7ded72 + c834820 commit 4c2cf23Copy full SHA for 4c2cf23
tests/CsvImporterTest.php
@@ -25,7 +25,7 @@
25
it('renders import CSV component with model and file', function () {
26
Storage::fake('documents');
27
28
- $path = __DIR__. DIRECTORY_SEPARATOR . 'stubs'. DIRECTORY_SEPARATOR.'customers.csv';
+ $path = __DIR__.DIRECTORY_SEPARATOR.'stubs'.DIRECTORY_SEPARATOR.'customers.csv';
29
$model = Customer::class;
30
31
$file = UploadedFile::fake()
0 commit comments