mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
Clean up simple observers.
This commit is contained in:
@@ -33,14 +33,9 @@ use FireflyIII\Repositories\Attachment\AttachmentRepositoryInterface;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
|
||||
/**
|
||||
* Class AccountObserver
|
||||
*/
|
||||
|
||||
class AccountObserver
|
||||
{
|
||||
/**
|
||||
* Also delete related objects.
|
||||
*/
|
||||
public function deleting(Account $account): void
|
||||
{
|
||||
Log::debug('Observe "deleting" of an account.');
|
||||
|
||||
Reference in New Issue
Block a user