"required", ]; public function tags() { return $this->belongsToMany("App\Tag")->withTimestamps(); } }