-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Hello,
I have included all as described but I am getting the following when I call the route onto PaymentContoller@confirmPayment
Target [Billow\Contracts\PaymentProcessor] is not instantiable.
/var/www/html/bidtend/bidtend/vendor/laravel/framework/src/Illuminate/Container/Container.php
/**
* Throw an exception that the concrete is not instantiable.
*
* @param string $concrete
* @return void
*
* @throws \Illuminate\Contracts\Container\BindingResolutionException
*/
protected function notInstantiable($concrete)
{
if (! empty($this->buildStack)) {
$previous = implode(', ', $this->buildStack);
$message = "Target [$concrete] is not instantiable while building [$previous].";
} else {
$message = "Target [$concrete] is not instantiable.";
}
throw new BindingResolutionException($message);
}
/**
* Throw an exception for an unresolvable primitive.
*
* @param \ReflectionParameter $parameter
* @return void
*
* @throws \Illuminate\Contracts\Container\BindingResolutionException
*/
protected function unresolvablePrimitive(ReflectionParameter $parameter)
{
$message = "Unresolvable dependency resolving [$parameter] in class {$parameter->getDeclaringClass()->getName()}";
throw new BindingResolutionException($message);
}
/**
* Register a new resolving callback.
*
Arguments
"Target [Billow\Contracts\PaymentProcessor] is not instantiable."
any help would be appreciated.
Laravel 5.5 , php 7.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels