X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/f2b1d2e1e7b9863b47ed862027479d57fb1da6d6..refs/pull/5721/head:/app/Entities/Tools/SlugGenerator.php diff --git a/app/Entities/Tools/SlugGenerator.php b/app/Entities/Tools/SlugGenerator.php index 9fd9036ad..5df300bb0 100644 --- a/app/Entities/Tools/SlugGenerator.php +++ b/app/Entities/Tools/SlugGenerator.php @@ -2,9 +2,9 @@ namespace BookStack\Entities\Tools; +use BookStack\App\Model; +use BookStack\App\Sluggable; use BookStack\Entities\Models\BookChild; -use BookStack\Interfaces\Sluggable; -use BookStack\Model; use Illuminate\Support\Str; class SlugGenerator