mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Added page editing
This commit is contained in:
@ -19,4 +19,9 @@ class Book extends Model
|
||||
return $this->getUrl() . '/edit';
|
||||
}
|
||||
|
||||
public function pages()
|
||||
{
|
||||
return $this->hasMany('Oxbow\Page');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user