mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-05 15:29:50 +00:00
rename news item history controller
This commit is contained in:
parent
f7de5fe1ed
commit
8f3256e46e
@ -20,7 +20,7 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
use Symfony\Component\Routing\Annotation\Route;
|
use Symfony\Component\Routing\Annotation\Route;
|
||||||
|
|
||||||
class UserNewsItemsController extends AbstractController
|
class NewsItemHistoryController extends AbstractController
|
||||||
{
|
{
|
||||||
public function __construct(
|
public function __construct(
|
||||||
private readonly NewsItemRepository $newsItemRepository,
|
private readonly NewsItemRepository $newsItemRepository,
|
Loading…
x
Reference in New Issue
Block a user