Object
我无法弄清楚这个错误。关于此有几个线程,但是它们都是关于使用alamofire上传的。我的应用程序中装有alamofire,但该视图控制器中没有Alamofire,并且我不为此连接使用alamofire。
大约20个连接中有1个出现错误。
这是我的代码
// if you need to do something with the user
if ($user = User::whereEmail(Input::get('email'))->first()) {
// ...
}
// otherwise
$userExists = User::whereEmail(Input::get('email'))->exists();