thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
898 stars 294 forks source link

Delete/Edit causing problems #205

Open afchodge opened 6 years ago

afchodge commented 6 years ago

First, thanks for the wonderful package.

I have installed as per README. I am mostly able to integrate this package into an existing L 5.5 project. Create new discussion, add response are fine, but the "Delete" and "Edit" buttons aren't working for me. I get the following:

"Type error: Too few arguments to function DevDojo\Chatter\Controllers\ChatterPostController::destroy(), 1 passed and exactly 2 expected"

relating to:

public function destroy($id, Request $request)

Any idea what I have done wrong? I have not edited any of the chatter code.