Passed
Pull Request — master (#478)
by
unknown
03:55
created
src/routes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -271,7 +271,7 @@
 block discarded – undo
271 271
 
272 272
 	Route::group( $conf, function() {
273 273
 
274
-		Route::match(['GET', 'POST'], '{path?}', [
274
+		Route::match( ['GET', 'POST'], '{path?}', [
275 275
 			'as' => 'aimeos_page',
276 276
 			'uses' => '\Aimeos\Shop\Controller\PageController@indexAction'
277 277
 		] )->where( ['locale' => '[a-z]{2}(\_[A-Z]{2})?', 'site' => '[A-Za-z0-9\.\-]+'] );
Please login to merge, or discard this patch.