shalvah 3 лет назад
Родитель
Сommit
8255f77301
2 измененных файлов с 1 добавлено и 5 удалено
  1. 1 0
      CHANGELOG.md
  2. 0 5
      tests/Strategies/Responses/UseApiResourceTagsTest.php

+ 1 - 0
CHANGELOG.md

@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ## <Version> (<Release date>)
 ### Fixes
+- Load BelongsTo relations correctly. ([#417](https://github.com/knuckleswtf/scribe/pull/#417)))
 
 ### Changes
 

+ 0 - 5
tests/Strategies/Responses/UseApiResourceTagsTest.php

@@ -641,9 +641,4 @@ class UseApiResourceTagsTest extends BaseLaravelTest
             ],
         ], $results);
     }
-
-    protected function afterTestCleanup()
-    {
-        config(['scribe.database_connections_to_transact' => []]);
-    }
 }