mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Update files using Rector.
This commit is contained in:
@@ -46,8 +46,7 @@ class RecurringServiceProvider extends ServiceProvider
|
||||
public function register(): void
|
||||
{
|
||||
$this->app->bind(
|
||||
RecurringRepositoryInterface::class,
|
||||
static function (Application $app) {
|
||||
static function (Application $app): RecurringRepositoryInterface {
|
||||
/** @var RecurringRepositoryInterface $repository */
|
||||
$repository = app(RecurringRepository::class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user