mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update files using Rector.
This commit is contained in:
@@ -46,8 +46,7 @@ class BillServiceProvider extends ServiceProvider
|
||||
public function register(): void
|
||||
{
|
||||
$this->app->bind(
|
||||
BillRepositoryInterface::class,
|
||||
static function (Application $app) {
|
||||
static function (Application $app): BillRepositoryInterface {
|
||||
/** @var BillRepositoryInterface $repository */
|
||||
$repository = app(BillRepository::class);
|
||||
|
||||
|
Reference in New Issue
Block a user