X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8d7febe482f92a34093127c60c6e2dda342b4223..refs/pull/5313/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