From 00466972e2c5a0dfe5cbd7b16876caea4aee444d Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 23 Mar 2022 17:36:36 +0100 Subject: [PATCH] Typo --- migrations/8888.php | 1 - 1 file changed, 1 deletion(-) diff --git a/migrations/8888.php b/migrations/8888.php index ae48aad2..15fa0eea 100644 --- a/migrations/8888.php +++ b/migrations/8888.php @@ -13,7 +13,6 @@ if (!GROCY_FEATURE_FLAG_STOCK_LOCATION_TRACKING) if ($db->locations()->where('id', 1)->count() === 0) { - // Create 2 default quantity units $defaultLocation = $db->locations()->createRow([ 'id' => 1, 'name' => 'Default'