Skip to content

Commit 5813b00

Browse files
committed
style fix
1 parent 025bb34 commit 5813b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Relations/MorphTo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ protected function getResultsByType($type)
149149
*/
150150
protected function gatherKeysByType($type, $keyType)
151151
{
152-
if ( $keyType === 'string' ) {
152+
if ($keyType === 'string') {
153153
return array_map(function ($modelId) {
154154
return (string) $modelId;
155155
}, array_keys($this->dictionary[$type]));

0 commit comments

Comments
 (0)