mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-30 14:40:03 +00:00
Applied stylci advisories
This commit is contained in:
parent
610ee2c182
commit
4400ad7e8d
4 changed files with 10 additions and 14 deletions
app/Entities
|
@ -17,7 +17,6 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
|||
*/
|
||||
abstract class BookChild extends Entity
|
||||
{
|
||||
|
||||
protected static function boot()
|
||||
{
|
||||
parent::boot();
|
||||
|
@ -31,6 +30,7 @@ abstract class BookChild extends Entity
|
|||
}]);
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Scope a query to find items where the child has the given childSlug
|
||||
* where its parent has the bookSlug.
|
||||
|
|
|
@ -5,7 +5,6 @@ namespace BookStack\Entities\Tools;
|
|||
use BookStack\Entities\Models\Page;
|
||||
use BookStack\Entities\Tools\Markdown\CustomListItemRenderer;
|
||||
use BookStack\Entities\Tools\Markdown\CustomStrikeThroughExtension;
|
||||
use BookStack\Entities\Tools\Markdown\CustomTaskListMarkerRenderer;
|
||||
use BookStack\Exceptions\ImageUploadException;
|
||||
use BookStack\Facades\Theme;
|
||||
use BookStack\Theming\ThemeEvents;
|
||||
|
@ -20,9 +19,6 @@ use League\CommonMark\CommonMarkConverter;
|
|||
use League\CommonMark\Environment;
|
||||
use League\CommonMark\Extension\Table\TableExtension;
|
||||
use League\CommonMark\Extension\TaskList\TaskListExtension;
|
||||
use League\CommonMark\Extension\TaskList\TaskListItemMarker;
|
||||
use League\CommonMark\Extension\TaskList\TaskListItemMarkerParser;
|
||||
use League\CommonMark\Extension\TaskList\TaskListItemMarkerRenderer;
|
||||
|
||||
class PageContent
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue