]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Tools/SlugGenerator.php
Added translation string for tasklist WYSIWYG action
[bookstack] / app / Entities / Tools / SlugGenerator.php
index e715f769fd5bdbbdac0215ad48b8972b8c7f1e05..9fd9036adefdc84661fa28926212edacd8a83021 100644 (file)
@@ -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