Completed
Pull Request — master (#4)
by
unknown
01:42
created
Classes/MOC/SynchronizeUrl/Package.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 					$node->setProperty('uriPathSegment', $newUriPathSegment);
33 33
 					$newUriPathSegment = NULL;
34 34
 				}
35
-                $bootstrap->getObjectManager()->get('TYPO3\Neos\Routing\Cache\RouteCacheFlusher')->registerNodeChange($node);
35
+				$bootstrap->getObjectManager()->get('TYPO3\Neos\Routing\Cache\RouteCacheFlusher')->registerNodeChange($node);
36 36
 			}
37 37
 		});
38 38
 	}
Please login to merge, or discard this patch.