'required', 'body' => 'required', ]; /** * FOREIGN KEYS */ public function user() { return $this->belongsTo(User::class, 'user_id'); } }