Completed
Push — master ( 8d14cd...aab142 )
by Aimeos
01:56
created
src/Aimeos/Shop/Facades/Shop.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -18,13 +18,13 @@
 block discarded – undo
18 18
  */
19 19
 class Shop extends \Illuminate\Support\Facades\Facade
20 20
 {
21
-    /**
22
-     * Get the registered name of the component.
23
-     *
24
-     * @return string
25
-     */
26
-    protected static function getFacadeAccessor()
27
-    {
28
-        return 'aimeos.shop';
29
-    }
21
+	/**
22
+	 * Get the registered name of the component.
23
+	 *
24
+	 * @return string
25
+	 */
26
+	protected static function getFacadeAccessor()
27
+	{
28
+		return 'aimeos.shop';
29
+	}
30 30
 }
Please login to merge, or discard this patch.