@@ -200,7 +200,7 @@ |
||
| 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); |