Passed
Push — master ( 4b8aef...336764 )
by Aimeos
07:20 queued 03:36
created
src/helpers.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@  discard block
 block discarded – undo
7 7
  */
8 8
 
9 9
 
10
-if (! function_exists('airoute')) {
10
+if( !function_exists( 'airoute' ) ) {
11 11
 	/**
12 12
 	 * Generate the URL to a named route.
13 13
 	 *
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
 			$parameters['currency'] = $current->parameter( 'currency', Request::get( 'currency' ) );
26 26
 		}
27 27
 
28
-		return app('url')->route( $name, array_filter( $parameters ), $absolute );
28
+		return app( 'url' )->route( $name, array_filter( $parameters ), $absolute );
29 29
 	}
30 30
 }
31 31
 
Please login to merge, or discard this patch.