mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -29,7 +29,6 @@ use FireflyIII\Repositories\AuditLogEntry\ALERepositoryInterface;
|
||||
|
||||
class AuditEventHandler
|
||||
{
|
||||
|
||||
/**
|
||||
* @param TriggeredAuditLog $event
|
||||
* @return void
|
||||
@@ -47,5 +46,4 @@ class AuditEventHandler
|
||||
$repository = app(ALERepositoryInterface::class);
|
||||
$repository->store($array);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user