mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Code cleanup should trigger scan.
This commit is contained in:
@@ -37,6 +37,6 @@ class BillDestroyService
|
||||
*/
|
||||
public function destroy(Bill $bill): void
|
||||
{
|
||||
$bill->delete();
|
||||
$bill->delete();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user