H
Size: a a a
H
IN
IN
IN
VU
use Illuminate\Contracts\Routing\ResponseFactory;Call to a member function json() on null... 🤔🙄
...
protected $responseFactory;
public function __construct(ResponseFactory $responseFactory)
{
$this->responseFactory = $responseFactory;
}
....
return $this->responseFactory->json($response, $code);
BI
use Illuminate\Contracts\Routing\ResponseFactory;Call to a member function json() on null... 🤔🙄
...
protected $responseFactory;
public function __construct(ResponseFactory $responseFactory)
{
$this->responseFactory = $responseFactory;
}
....
return $this->responseFactory->json($response, $code);
VU
BI
VU
VU
P
A
VU
P
VU
P
P
DA
А
DA