mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Typo
This commit is contained in:
parent
bda230537a
commit
00466972e2
@ -13,7 +13,6 @@ if (!GROCY_FEATURE_FLAG_STOCK_LOCATION_TRACKING)
|
|||||||
|
|
||||||
if ($db->locations()->where('id', 1)->count() === 0)
|
if ($db->locations()->where('id', 1)->count() === 0)
|
||||||
{
|
{
|
||||||
// Create 2 default quantity units
|
|
||||||
$defaultLocation = $db->locations()->createRow([
|
$defaultLocation = $db->locations()->createRow([
|
||||||
'id' => 1,
|
'id' => 1,
|
||||||
'name' => 'Default'
|
'name' => 'Default'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user