mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Code cleanup
This commit is contained in:
@@ -234,7 +234,7 @@ class FireflyServiceProvider extends ServiceProvider
|
||||
|
||||
// webhooks:
|
||||
$this->app->bind(MessageGeneratorInterface::class, StandardMessageGenerator::class);
|
||||
$this->app->bind(SignatureGeneratorInterface::class,Sha3SignatureGenerator::class);
|
||||
$this->app->bind(SignatureGeneratorInterface::class, Sha3SignatureGenerator::class);
|
||||
$this->app->bind(WebhookSenderInterface::class, StandardWebhookSender::class);
|
||||
|
||||
// password verifier thing
|
||||
|
||||
Reference in New Issue
Block a user