rentalhost/laravel-insight

Identify HasOne columns

rentalhost opened this issue · 0 comments

$this->hasOne(User::class, 'id', 'user_id') expects a class property as @property int $user_id.