mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Updated composer deps, applied latest StyleCI changes
This commit is contained in:
@@ -120,7 +120,7 @@ class ShelvesApiTest extends TestCase
|
||||
DB::table('bookshelves')->where('id', '=', $shelf->id)->update(['updated_at' => Carbon::now()->subWeek()]);
|
||||
|
||||
$details = [
|
||||
'tags' => [['name' => 'Category', 'value' => 'Testing']]
|
||||
'tags' => [['name' => 'Category', 'value' => 'Testing']],
|
||||
];
|
||||
|
||||
$this->putJson($this->baseEndpoint . "/{$shelf->id}", $details);
|
||||
|
Reference in New Issue
Block a user