mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 17:39:41 +00:00
Code cleanup
This commit is contained in:
@@ -47,7 +47,7 @@ class RecurringServiceProvider extends ServiceProvider
|
||||
{
|
||||
$this->app->bind(
|
||||
RecurringRepositoryInterface::class,
|
||||
function (Application $app) {
|
||||
static function (Application $app) {
|
||||
/** @var RecurringRepositoryInterface $repository */
|
||||
$repository = app(RecurringRepository::class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user