mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-28 19:06:39 +08:00
Re-structured the app code to be feature based rather than code type based
This commit is contained in:
@ -7,7 +7,7 @@ class MarkdownTest extends BrowserKitTest
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
$this->page = \BookStack\Page::first();
|
||||
$this->page = \BookStack\Entities\Page::first();
|
||||
}
|
||||
|
||||
protected function setMarkdownEditor()
|
||||
|
Reference in New Issue
Block a user