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 70d0f73 commit 168cf9bCopy full SHA for 168cf9b
src/Eloquent/DocumentModel.php
@@ -755,9 +755,7 @@ public function refresh()
755
return $this;
756
}
757
758
- /**
759
- * @inheritDoc
760
- */
+ /** @inheritDoc */
761
public function toArray()
762
{
763
$embeds = [];
src/Eloquent/EmbedsRelations.php
@@ -8,8 +8,10 @@
8
use MongoDB\Laravel\Relations\EmbedsMany;
9
use MongoDB\Laravel\Relations\EmbedsOne;
10
use MongoDB\Laravel\Relations\EmbedsOneOrMany;
11
+
12
use function class_basename;
13
use function debug_backtrace;
14
+use function is_a;
15
16
use const DEBUG_BACKTRACE_IGNORE_ARGS;
17
0 commit comments