belongsTo(User::class); } public function classification() { return $this->hasOne(Classification::class); } }