X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8d7c8ac8bfe8deba66386e002ec6ae46d5c63013..refs/pull/3247/head:/app/Entities/Tools/SlugGenerator.php diff --git a/app/Entities/Tools/SlugGenerator.php b/app/Entities/Tools/SlugGenerator.php index e715f769f..9fd9036ad 100644 --- a/app/Entities/Tools/SlugGenerator.php +++ b/app/Entities/Tools/SlugGenerator.php @@ -39,6 +39,7 @@ class SlugGenerator /** * Check if a slug is already in-use for this * type of model within the same parent. + * * @param Sluggable&Model $model */ protected function slugInUse(string $slug, Sluggable $model): bool