This question shows research effort; it is useful and clear
-1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我对如何检查$userLaravel 中的用户对象没有什么困惑。
$user = Apiato::call('User@FindUsersbytask', [$request->id]);
if($user) { // here i have to check weather the $user is a user object or not
Apiato::call('User@deleteuserTask', [$request->id]);
...