Completed
Push — master ( 44f37a...3530b5 )
by Mike
27s
created
tests/Integration/CachedBuilder/BelongsToManyTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@
 block discarded – undo
200 200
             ?? null;
201 201
 
202 202
         $this->assertEmpty(array_diff(
203
-            Book::find($bookId)->stores()->pluck((new Store)->getTable() . '.id')->toArray(),
203
+            Book::find($bookId)->stores()->pluck((new Store)->getTable().'.id')->toArray(),
204 204
             $newStores->pluck('id')->toArray()
205 205
         ));
206 206
         $this->assertNotEmpty($result);
Please login to merge, or discard this patch.