mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Code cleanup as recommended by Mago.
This commit is contained in:
@@ -47,7 +47,7 @@ use Psr\Container\NotFoundExceptionInterface;
|
||||
/**
|
||||
* Class UserController.
|
||||
*/
|
||||
class UserController extends Controller
|
||||
final class UserController extends Controller
|
||||
{
|
||||
protected bool $externalIdentity;
|
||||
private UserRepositoryInterface $repository;
|
||||
|
||||
Reference in New Issue
Block a user