mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-19 07:51:19 -05:00
update: controllers
This commit is contained in:
@@ -42,7 +42,7 @@ class TopicController extends Controller
|
||||
/**
|
||||
* TopicController Constructor.
|
||||
*/
|
||||
public function __construct(private TaggedUserRepository $taggedUserRepository, private ChatRepository $chatRepository)
|
||||
public function __construct(private readonly TaggedUserRepository $taggedUserRepository, private readonly ChatRepository $chatRepository)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user