Skip to content

Commit 8af291f

Browse files
committed
Use {$connection}
1 parent fdcc5b5 commit 8af291f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/FeatureTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ protected function migrateFromTemplate(string $connection, string $templatePath)
109109
File::put($this->getStorageFromPath($file->getBasename()), $content);
110110
File::move(
111111
$this->getStorageFromPath($file->getBasename()),
112-
$this->getStorageFromPath(str_replace('_db_', "_${connection}_", $file->getBasename()))
112+
$this->getStorageFromPath(str_replace('_db_', "_{$connection}_", $file->getBasename()))
113113
);
114114
}
115115

0 commit comments

Comments
 (0)