You're likely referencing the wrong namespace. In your package, update your service bindings from App\Services\UserService
to the correct package namespace (e.g., Vendor\Package\Services\UserService
), adjust your composer.json autoload settings accordingly, and run composer dump-autoload
.