public function edit($id) {
return $this->show($id);
}
You need to return the value.
Please, how about calling a method from another method in a different class?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community