mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-01 03:05:09 +00:00
Code cleanup
This commit is contained in:
@@ -55,7 +55,7 @@ class AdminServiceProvider extends ServiceProvider
|
||||
{
|
||||
$this->app->bind(
|
||||
LinkTypeRepositoryInterface::class,
|
||||
function (Application $app) {
|
||||
static function (Application $app) {
|
||||
/** @var LinkTypeRepository $repository */
|
||||
$repository = app(LinkTypeRepository::class);
|
||||
// reference to auth is not understood by phpstan.
|
||||
|
||||
Reference in New Issue
Block a user