You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.
I'm using Laravel 5.4 with rinvex develop branch.
My Code public function testRinvex(PostRepository $repository) { return $repository->findAll(); }
It is working with predis but when i switch to phpredis which is new in laravel 5.4 i'm getting this error. I also test my phpredis functions get put etc they are working.But this problem still can be about laravel framework.
The text was updated successfully, but these errors were encountered:
I'm using Laravel 5.4 with rinvex develop branch.
My Code
public function testRinvex(PostRepository $repository) { return $repository->findAll(); }
It is working with predis but when i switch to phpredis which is new in laravel 5.4 i'm getting this error. I also test my phpredis functions get put etc they are working.But this problem still can be about laravel framework.
The text was updated successfully, but these errors were encountered: