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
namespace App\Controller\api;
namespace App\Controller\api\v1;
use App\Controller\EmailsController;
use App\Entity\Comment;

View File

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

View File

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