Skip to content

Commit aaeb334

Browse files
authored
Style CI
1 parent b81655f commit aaeb334

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Jenssegers/Mongodb/Eloquent/Model.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -525,11 +525,11 @@ protected function newBaseQueryBuilder()
525525
}
526526

527527
/**
528-
* We just return original key here in order to support keys in dot-notation
529-
*
530-
* @param string $key
531-
* @return string
532-
*/
528+
* We just return original key here in order to support keys in dot-notation
529+
*
530+
* @param string $key
531+
* @return string
532+
*/
533533
protected function removeTableFromKey($key)
534534
{
535535
return $key;

0 commit comments

Comments
 (0)