We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de7613 commit fee61a1Copy full SHA for fee61a1
2 files changed
Frontend/app/Http/Controllers/Inventario/InventarioController.php
@@ -5,6 +5,7 @@
5
use Illuminate\Http\Request;
6
use App\Services\Inventario\InventarioService;
7
use Illuminate\Support\Facades\Validator;
8
+use App\Http\Controllers\Controller;
9
10
class InventarioController extends Controller
11
{
Frontend/app/Services/Inventario/InventarioService.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-namespace App\Services;
+namespace App\Services\Inventario;
4
use Illuminate\Support\Facades\Http;
0 commit comments