Skip to content

Commit 0b2c12c

Browse files
refactoring code
1 parent c3bc516 commit 0b2c12c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Eloquent/EmbedsRelations.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Illuminate\Support\Str;
88
use MongoDB\Laravel\Relations\EmbedsMany;
99
use MongoDB\Laravel\Relations\EmbedsOne;
10-
1110
use MongoDB\Laravel\Relations\EmbedsOneOrMany;
1211
use function class_basename;
1312
use function debug_backtrace;
@@ -90,7 +89,8 @@ protected function embedsOne($related, $localKey = null, $foreignKey = null, $re
9089
/**
9190
* Determine if the given key is an embed relationship method on the model.
9291
*
93-
* @param string $key
92+
* @param string $key
93+
*
9494
* @return bool
9595
*/
9696
public function isEmbedRelation($key)

0 commit comments

Comments
 (0)