change structure of road patrol

This commit is contained in:
2025-06-16 12:35:04 +03:30
parent 6aa073f0ae
commit d16effc80e
9 changed files with 73 additions and 75 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Http\Requests\V3\RoadPatrolProject;
namespace App\Http\Requests\V3\RoadPatrol;
use Illuminate\Foundation\Http\FormRequest;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Http\Requests\V3\RoadPatrolProject;
namespace App\Http\Requests\V3\RoadPatrol;
use App\Rules\VerificationCode;
use Illuminate\Foundation\Http\FormRequest;