breadcrumbs fix with mobile reserved not to delete

This commit is contained in:
merdan 2020-04-02 12:45:58 +05:00
parent 17d72733bf
commit 95b0a1a671
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class PublicController extends Controller
function ($query) use($data){
$query->onLive($data['start'], $data['end']);
});
}]);
}])->findOrFail($cat_id);
dd($category);
$lastKid = $sub_cats->pop();