This commit is contained in:
merdan 2021-05-11 14:47:33 +05:00
parent a3eb767e84
commit e04ceac80e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class postsController extends Controller
return $this->helpers->apiArrayResponseBuilder(200, 'success', $data);
}
public function show($id){
public function show($locale,$id){
$data = $this->Post::with('categories')->find($id);