mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-19 16:01:34 -05:00
refactor: user tagging
- simplify user tagging for posts and comments
This commit is contained in:
@@ -29,7 +29,6 @@ use App\Models\Forum;
|
||||
use App\Models\Post;
|
||||
use App\Models\Topic;
|
||||
use App\Repositories\ChatRepository;
|
||||
use App\Repositories\TaggedUserRepository;
|
||||
use Illuminate\Database\Eloquent\Builder;
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Str;
|
||||
@@ -42,7 +41,7 @@ class TopicController extends Controller
|
||||
/**
|
||||
* TopicController Constructor.
|
||||
*/
|
||||
public function __construct(private readonly TaggedUserRepository $taggedUserRepository, private readonly ChatRepository $chatRepository)
|
||||
public function __construct(private readonly ChatRepository $chatRepository)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user