]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Tools/SlugGenerator.php
Played around with a new app structure
[bookstack] / app / Entities / Tools / SlugGenerator.php
index 9fd9036adefdc84661fa28926212edacd8a83021..5df300bb04c8f14c135979f99d0b325272c78806 100644 (file)
@@ -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