class Comment extends Model
{
protected $fillabele = [‘body’,‘user_id’,‘discussion_id’];
public function user()
{
return $this->belongsTo(User::class);
}
ErrorException in Markdown.php line 14:
Type error: Too few arguments to function App\Markdown\Markdown::__construct(), 0 passed in /Applications/MAMP/htdocs/la51/app/Comment.php on line 23 and exactly 1 expected (View: /Applications/MAMP/htdocs/la51/resources/views/forum/show.blade.php)