mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Updated composer deps, applied latest StyleCI changes
This commit is contained in:
@ -249,7 +249,7 @@ class PagesApiTest extends TestCase
|
||||
DB::table('pages')->where('id', '=', $page->id)->update(['updated_at' => Carbon::now()->subWeek()]);
|
||||
|
||||
$details = [
|
||||
'tags' => [['name' => 'Category', 'value' => 'Testing']]
|
||||
'tags' => [['name' => 'Category', 'value' => 'Testing']],
|
||||
];
|
||||
|
||||
$resp = $this->putJson($this->baseEndpoint . "/{$page->id}", $details);
|
||||
|
Reference in New Issue
Block a user