Skip to content

Commit 1a37f3d

Browse files
authored
Update InteractsWithViews.php
1 parent 81add93 commit 1a37f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Testing/Concerns/InteractsWithViews.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected function blade(string $template, array $data = [])
4040

4141
$tempFileInfo = pathinfo(tempnam($tempDirectory, 'laravel-blade'));
4242

43-
$tempFile = $tempFileInfo['dirname'].'/'.$tempFileInfo['filename'] . '.blade.php';
43+
$tempFile = $tempFileInfo['dirname'].'/'.$tempFileInfo['filename'].'.blade.php';
4444

4545
file_put_contents($tempFile, $template);
4646

0 commit comments

Comments
 (0)