Passed
Push — master ( d835c7...196a14 )
by Aimeos
21:04 queued 15:38
created
src/config/shop.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
 
5
-	'version' => env('APP_VERSION', 1 ), // shop CSS/JS file version
5
+	'version' => env( 'APP_VERSION', 1 ), // shop CSS/JS file version
6 6
 	'apc_enabled' => false, // enable for maximum performance if APCu is availalbe
7 7
 	'apc_prefix' => 'laravel:', // prefix for caching config and translation in APCu
8 8
 	'pcntl_max' => 4, // maximum number of parallel command line processes when starting jobs
Please login to merge, or discard this patch.