cybercog / laravel-ban

Laravel Ban simplify blocking and banning Eloquent models.

Home Page:https://komarev.com/sources/laravel-ban

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I get information about a blocked user ?

wowlegions opened this issue · comments

How do I get information about a blocked user ? laravel 6.5.2

comment
expired_at

$bans = $user->bans()->get();
dd($bans);

Each ban has it's own comment and expiration date.

Thanks.