79509217

Date: 2025-03-14 13:39:57
Score: 0.5
Natty:
Report link

if your component class is in this path: The livewire class (app/Livewire/Productos.php)
The problem might be in the namespace declaration inside of the Products.php file.
You have it declared wrong with: App\Http\Livewire. It should be: App\Livewire

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Raffaele Bertani