Identify HasOne columns
rentalhost opened this issue · 0 comments
rentalhost commented
$this->hasOne(User::class, 'id', 'user_id')
expects a class property as @property int $user_id
.
rentalhost opened this issue · 0 comments
$this->hasOne(User::class, 'id', 'user_id')
expects a class property as @property int $user_id
.