mirror of
https://github.com/grocy/grocy.git
synced 2025-08-25 15:07:44 +00:00
Added the possibility to log executed SQL statements (DEV mode only)
This commit is contained in:
@@ -509,7 +509,7 @@ class StockService extends BaseService
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new Exception("Transaction type $transactionType is not valid (StockService.ConsumeProduct)");
|
||||
throw new \Exception("Transaction type $transactionType is not valid (StockService.ConsumeProduct)");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user