Passed
Push — master ( 508f1b...18fda4 )
by Aimeos
04:48
created
src/Controller/JqadmController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -260,7 +260,7 @@
 block discarded – undo
260 260
 		$siteManager = \Aimeos\MShop::create( $context, 'locale/site');
261 261
 		$context->config()->apply( $siteManager->find( $site )->getConfig() );
262 262
 
263
-        	$paths = $aimeos->getTemplatePaths( 'admin/jqadm/templates', $context->locale()->getSiteItem()->getTheme() );
263
+			$paths = $aimeos->getTemplatePaths( 'admin/jqadm/templates', $context->locale()->getSiteItem()->getTheme() );
264 264
 		$view = app( 'aimeos.view' )->create( $context, $paths, $lang );
265 265
 
266 266
 		$view->aimeosType = 'Laravel';
Please login to merge, or discard this patch.