We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying out your example, I get an error when trying to loop with the $user->find() method.
$user->find()
Unhandled Exception Message: Method [find] is not defined. Location: bundles/mongor/model.php on line 458 Stack Trace: #0 application/routes.php(39): Mongor\Model->__call('find', Array) #1 application/routes.php(39): Dbtable->find() #2 [internal function]: {closure}() #3 laravel/routing/route.php(163): call_user_func_array(Object(Closure), Array) #4 laravel/routing/route.php(124): Laravel\Routing\Route->response() #5 laravel/laravel.php(167): Laravel\Routing\Route->call() #6 public/index.php(34): require('/..') #7 {main}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying out your example, I get an error when trying to loop with the
$user->find()
method.The text was updated successfully, but these errors were encountered: