1
0
mirror of https://framagit.org/tykayn/date-poll-api synced 2023-08-25 08:23:11 +02:00

update namespace of api to include v1

This commit is contained in:
Tykayn 2021-05-03 12:38:30 +02:00 committed by tykayn
parent f4427dcd77
commit e86606b543
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Controller\api; namespace App\Controller\api\v1;
use App\Controller\EmailsController; use App\Controller\EmailsController;
use App\Entity\Comment; use App\Entity\Comment;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Controller\api; namespace App\Controller\api\v1;
use App\Controller\EmailsController; use App\Controller\EmailsController;
use App\Entity\Choice; use App\Entity\Choice;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace App\Controller\api; namespace App\Controller\api\v1;
use App\Controller\EmailsController; use App\Controller\EmailsController;
use App\Entity\Comment; use App\Entity\Comment;