mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
Code cleanup.
This commit is contained in:
@@ -30,11 +30,6 @@ use FireflyIII\Models\Bill;
|
||||
*/
|
||||
class BillObserver
|
||||
{
|
||||
/**
|
||||
* @param Bill $bill
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function deleting(Bill $bill): void
|
||||
{
|
||||
app('log')->debug('Observe "deleting" of a bill.');
|
||||
@@ -43,5 +38,4 @@ class BillObserver
|
||||
}
|
||||
$bill->notes()->delete();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user