Passed
Push — master ( dac304...9a84ac )
by Aimeos
02:40
created
src/Client/Html/Catalog/Home/Standard.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
 	public function data( \Aimeos\Base\View\Iface $view, array &$tags = [], ?string &$expire = null ) : \Aimeos\Base\View\Iface
139 139
 	{
140 140
 		$tree = \Aimeos\Controller\Frontend::create( $this->context(), 'catalog' )->uses( $this->domains() )
141
-			->getTree( \Aimeos\Controller\Frontend\Catalog\Iface::LIST );
141
+			->getTree( \Aimeos\Controller\Frontend\Catalog\Iface::list );
142 142
 
143 143
 		$products = \Aimeos\Controller\Frontend::create( $this->context(), 'product' )->uses( $this->domains() )
144 144
 			->category( $tree->getChildren()->getId()->all(), 'promotion' )->search();
Please login to merge, or discard this patch.