Completed
Push — master ( ea27d1...048a78 )
by Chris
02:13
created
src/Darya/Foundation/Providers/RoutingService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 	public function register(Container $container)
23 23
 	{
24 24
 		$container->register(array(
25
-			Router::class => function (Container $container) {
25
+			Router::class => function(Container $container) {
26 26
 				/**
27 27
 				 * @var Configuration $config
28 28
 				 */
Please login to merge, or discard this patch.