Hello i Was advised on git hub to try to ask here.
When i use
Cache::remember("comment-".$comment->id."-project", 60, function () use ($filter) {
return $filter->organization->id;
});
i get this error:
I even found where problem lies when folowing cache key is used: "filter-13-organization" The file name should be this md5 hash: 3cfc118695be71111eebccec273a3665ba31fd37 but is 3c/fc/3cfc118695be71111eebccec273a3665ba31fd37 instead zou can notice 2 additional / in string formate whitch are then pased as 2 subdirectories whitch due not exists!
I was expecting that FIle in cache 3cfc118695be71111eebccec273a3665ba31fd37 wil dont have additiona / whitch will be than parsed as subddirectories and i get this error