mirror of
https://github.com/grocy/grocy.git
synced 2025-10-11 08:14:30 +00:00
8 lines
157 B
PHP
8 lines
157 B
PHP
<?php
|
|
|
|
// This is executed inside DatabaseMigrationService class/context
|
|
|
|
use Grocy\Services\StockService;
|
|
|
|
$this->getStockService()->CompactStockEntries();
|