Completed
Push — master ( 25b4ef...196b74 )
by Michael
06:01
created
src/Database/Migrations.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
 	 */
159 159
 	private function doMigration(string $version) : void
160 160
 	{
161
-		$sqlFile = 'migrations/' . $version . '.sql';
161
+		$sqlFile = 'migrations/'.$version.'.sql';
162 162
 
163 163
 		if (!$this->filesystem->has($sqlFile))
164 164
 		{
Please login to merge, or discard this patch.