Ahem.
public function edit($id)
{
$practice_group = $this->practice_group->find($id); ...
return View::make('practice_groups.create', array( ...))
}
;)
ooops!!! BLUSHING!!.... Thank you! (Amazing what you don't see when your brain expects something else....)
zocios said:
ooops!!! BLUSHING!!.... Thank you! (Amazing what you don't see when your brain expects something else....)
No worries, broke an e-commerce site on Cyber Monday because I didn't see a single "!" operator one time. Happens to the best of us!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community