laravel-ban icon indicating copy to clipboard operation
laravel-ban copied to clipboard

Should add Qualified Banned At column name in scopes like SoftDeletes Trait

Open shlucky90 opened this issue 1 year ago • 0 comments

Hi,

I have encountered the issue of ambiguous column banned_at while using the scope functions when child and parent both tables have Bannable Trait. So it will be helpful if this column has a table name alias similar to the SoftDeletes Trait in Laravel.

shlucky90 avatar Nov 07 '22 08:11 shlucky90