mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Updated to Laravel 5.8
This commit is contained in:
@ -8,7 +8,7 @@ class PageDraftTest extends BrowserKitTest
|
||||
protected $page;
|
||||
protected $pageRepo;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->page = \BookStack\Entities\Page::first();
|
||||
|
Reference in New Issue
Block a user