hasOne(Customer::class, 'id', 'follower_id'); } public function customer() { return $this->hasOne(Customer::class, 'id', 'customer_id'); } }