Answers for "relation with deleted at"

PHP
1

laravel withtrashed

public function category() {
	return $this->belongsTo('App\Category')->withTrashed();
}
Posted by: Guest on June-18-2020

Code answers related to "relation with deleted at"

Browse Popular Code Answers by Language