Skip to content

Commit 5773bcb

Browse files
committed
fix coding standards
1 parent 101aa0f commit 5773bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Laravel/Eloquent/Metadata/ModelMetadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function getAttributes(Model $model): array
7676
$columns = $schema->getColumns($table);
7777
$indexes = $schema->getIndexes($table);
7878
$relations = $this->getRelations($model);
79-
79+
8080
$foreignKeys = array_flip(array_filter(array_column($relations, 'foreign_key')));
8181
$attributes = [];
8282

0 commit comments

Comments
 (0)