mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-27 05:51:56 +00:00
Update files using Rector.
This commit is contained in:
@@ -54,8 +54,7 @@ class AdminServiceProvider extends ServiceProvider
|
||||
private function linkType(): void
|
||||
{
|
||||
$this->app->bind(
|
||||
LinkTypeRepositoryInterface::class,
|
||||
static function (Application $app) {
|
||||
static function (Application $app): LinkTypeRepositoryInterface {
|
||||
/** @var LinkTypeRepository $repository */
|
||||
$repository = app(LinkTypeRepository::class);
|
||||
// reference to auth is not understood by phpstan.
|
||||
|
||||
Reference in New Issue
Block a user