mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +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();
|