That would be
$user = User::find(1);
$user->isSoftDeleting();
It's all in the code, btw. A quick look would've given you the answer.
Wow, that's excatly what I did now, before checking my post again and seeing yours. There's even a setter (setSoftDeleting).
Thanks!
Note to myself: Stop being lazy, look into the code!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community