We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a5a05 commit b81655fCopy full SHA for b81655f
src/Jenssegers/Mongodb/Eloquent/Model.php
@@ -523,6 +523,17 @@ protected function newBaseQueryBuilder()
523
524
return new QueryBuilder($connection, $connection->getPostProcessor());
525
}
526
+
527
+ /**
528
+ * We just return original key here in order to support keys in dot-notation
529
+ *
530
+ * @param string $key
531
+ * @return string
532
+ */
533
+ protected function removeTableFromKey($key)
534
+ {
535
+ return $key;
536
+ }
537
538
/**
539
* Handle dynamic method calls into the method.
0 commit comments