Skip to content

Commit fee61a1

Browse files
committed
Fix: Solución de problema de BOM en controller y service
1 parent 3de7613 commit fee61a1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Frontend/app/Http/Controllers/Inventario/InventarioController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Illuminate\Http\Request;
66
use App\Services\Inventario\InventarioService;
77
use Illuminate\Support\Facades\Validator;
8+
use App\Http\Controllers\Controller;
89

910
class InventarioController extends Controller
1011
{

Frontend/app/Services/Inventario/InventarioService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace App\Services;
3+
namespace App\Services\Inventario;
44

55
use Illuminate\Support\Facades\Http;
66

0 commit comments

Comments
 (0)