remove unused controller
This commit is contained in:
parent
79b887041e
commit
11865d453d
|
@ -1,18 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
namespace App\Controller;
|
|
||||||
|
|
||||||
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
|
||||||
use Symfony\Component\Routing\Annotation\Route;
|
|
||||||
|
|
||||||
class MoadiyanController extends AbstractController
|
|
||||||
{
|
|
||||||
#[Route('api/moadiyan', name: 'app_moadiyan')]
|
|
||||||
public function index(): Response
|
|
||||||
{
|
|
||||||
return $this->render('moadiyan/index.html.twig', [
|
|
||||||
'controller_name' => 'MoadiyanController',
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue